diff --git a/conf/nginx.conf b/conf/nginx.conf index 1b4422b..d505b44 100644 --- a/conf/nginx.conf +++ b/conf/nginx.conf @@ -17,8 +17,8 @@ location __PATH__/ { fastcgi_pass unix:/var/run/php/php__PHPVERSION__-fpm-__NAME__.sock; include fastcgi_params; - fastcgi_param REMOTE_USER $remote_user; - fastcgi_param PATH_INFO $fastcgi_path_info; + fastcgi_param REMOTE_USER $remote_user; + fastcgi_param PATH_INFO $fastcgi_path_info; fastcgi_param SCRIPT_FILENAME $request_filename; fastcgi_intercept_errors on; }