tweak conf/nginx.conf

This commit is contained in:
Boudewijn 2025-03-01 13:31:03 +01:00
parent 4690aa29e0
commit 24cc1ae4c3

View file

@ -13,7 +13,8 @@ location / {
location ~ [^/]\.php(/|$) {
fastcgi_split_path_info ^(.+\.php)(/.+)$;
fastcgi_pass unix:/var/run/php/php__PHP_VERSION__-fpm-__APP__.sock;
#fastcgi_pass unix:/var/run/php/php__PHP_VERSION__-fpm-__APP__.sock;
fastcgi_pass unix:/var/run/php/php__PHP_VERSION__-fpm.sock;
fastcgi_index index.php;
include fastcgi_params;