diff --git a/gliders.nginx.conf b/gliders.nginx.conf index ae66de324cf75d882585bbb08cf0baa247254cd6..d52d98aab4b4cd0d2bf9a2c66e043a6923a14375 100644 --- a/gliders.nginx.conf +++ b/gliders.nginx.conf @@ -33,7 +33,6 @@ server { # pass the PHP scripts to FastCGI server from upstream phpfcgi location ~ ^/(app|app_dev|config)\.php(/|$) { fastcgi_pass phpfcgi; - fastcgi_split_path_info ^(.+\.php)(/.*)$; include fastcgi_params; fastcgi_param SCRIPT_FILENAME $document_root$fastcgi_script_name; fastcgi_param HTTPS off;