switched from passing selected fastcgi parameters to all of them
This commit is contained in:
parent
423651a44e
commit
0a497ef350
@ -9,9 +9,7 @@ location __PATH__/ {
|
|||||||
try_files $uri index.html;
|
try_files $uri index.html;
|
||||||
|
|
||||||
location ~ \.php {
|
location ~ \.php {
|
||||||
fastcgi_param QUERY_STRING $query_string;
|
include fastcgi_params;
|
||||||
fastcgi_param SCRIPT_NAME $script_name;
|
|
||||||
# include fastcgi_params;
|
|
||||||
fastcgi_pass unix:/var/run/php/php__PHPVERSION__-fpm-__NAME__.sock;
|
fastcgi_pass unix:/var/run/php/php__PHPVERSION__-fpm-__NAME__.sock;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user