We left out a critical fastcgi variable from the nginx config
authorChristopher Allan Webber <cwebber@dustycloud.org>
Thu, 3 Nov 2011 15:23:53 +0000 (10:23 -0500)
committerChristopher Allan Webber <cwebber@dustycloud.org>
Thu, 3 Nov 2011 15:23:53 +0000 (10:23 -0500)
docs/source/deploying.rst

index 146655463beb3e3fe4c75ceb4f27111c34f67c5d..61baddb81af300e62a4b0a7a51666b7d8121d3aa 100644 (file)
@@ -213,6 +213,7 @@ this ``nginx.conf`` file should be modeled on the following: ::
       # Mounting MediaGoblin itself via fastcgi.
       location / {
          fastcgi_pass 127.0.0.1:26543;
+          fastcgi_param PATH_INFO $fastcgi_script_name;
          include /etc/nginx/fastcgi_params;
       }
      }