We left out a critical fastcgi variable from the nginx config

This commit is contained in:
Christopher Allan Webber 2011-11-03 10:23:53 -05:00
parent 99192f2452
commit a5d50276b9

View 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;
}
}