Indentation was off by one ;)
authorChristopher Allan Webber <cwebber@dustycloud.org>
Thu, 3 Nov 2011 15:27:39 +0000 (10:27 -0500)
committerChristopher Allan Webber <cwebber@dustycloud.org>
Thu, 3 Nov 2011 15:27:39 +0000 (10:27 -0500)
docs/source/deploying.rst

index 61baddb81af300e62a4b0a7a51666b7d8121d3aa..cbdf9a4ccc2633d648f15dea6f3b13b4d364efac 100644 (file)
@@ -213,7 +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;
+         fastcgi_param PATH_INFO $fastcgi_script_name;
          include /etc/nginx/fastcgi_params;
       }
      }