From: Christopher Allan Webber Date: Thu, 3 Nov 2011 15:27:39 +0000 (-0500) Subject: Indentation was off by one ;) X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=996e9b4c4f6ad1ee8a03f5348a65895c88d040fe;p=mediagoblin.git Indentation was off by one ;) --- diff --git a/docs/source/deploying.rst b/docs/source/deploying.rst index 61baddb8..cbdf9a4c 100644 --- a/docs/source/deploying.rst +++ b/docs/source/deploying.rst @@ -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; } }