From 24cc1ae4c37b088cf54621390cca0243bc6a6e45 Mon Sep 17 00:00:00 2001 From: Boudewijn Date: Sat, 1 Mar 2025 13:31:03 +0100 Subject: [PATCH] tweak conf/nginx.conf --- conf/nginx.conf | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/conf/nginx.conf b/conf/nginx.conf index b523fa8..d34ecb9 100644 --- a/conf/nginx.conf +++ b/conf/nginx.conf @@ -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;