switched from passing selected fastcgi parameters to all of them

This commit is contained in:
Eclipse 2023-09-29 22:19:36 +02:00
parent 423651a44e
commit 0a497ef350

View File

@ -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;
}