This commit is contained in:
frju365 2019-01-03 00:01:32 +01:00
parent aeb1eda36d
commit c9e289bc21
No known key found for this signature in database
GPG key ID: 59BFB76C5925FC73

View file

@ -8,7 +8,7 @@ location ^~ __PATH__ {
}
location ~ \.php {
fastcgi_split_path_info ^(.+?\.php)(/.*)$;
fastcgi_pass unix:/var/run/php7.2-fpm-__NAME__.sock;
fastcgi_pass unix:/var/run/php/php7.2-fpm.sock;
fastcgi_index index.php;
include fastcgi_params;
fastcgi_param REMOTE_USER $remote_user;