diff --git a/conf/nginx.conf b/conf/nginx.conf index 6d5007e..5f9c10a 100644 --- a/conf/nginx.conf +++ b/conf/nginx.conf @@ -9,9 +9,7 @@ location __PATH__/ { try_files $uri index.html; location ~ \.php { - fastcgi_param QUERY_STRING $query_string; - fastcgi_param SCRIPT_NAME $script_name; -# include fastcgi_params; + include fastcgi_params; fastcgi_pass unix:/var/run/php/php__PHPVERSION__-fpm-__NAME__.sock; }