ftimme
2013-01-14 8b896cd08c598dab6812c581f49f877b8b07e8c2
- Disabled "fastcgi_param PATH_INFO $fastcgi_script_name;" in nginx vhost template (see http://gunblad3.blogspot.de/2009/07/nginx-php-fpm-serverphpself-returning.html ).
1 files modified
2 ■■■ changed files
server/conf/nginx_vhost.conf.master 2 ●●● patch | view | raw | blame | history
server/conf/nginx_vhost.conf.master
@@ -143,7 +143,7 @@
</tmpl_if>
            fastcgi_index index.php;
            fastcgi_param SCRIPT_FILENAME $document_root$fastcgi_script_name;
            fastcgi_param PATH_INFO $fastcgi_script_name;
            #fastcgi_param PATH_INFO $fastcgi_script_name;
            fastcgi_intercept_errors on;
        }
</tmpl_else>