From ff49052baa19c95c17d8515434350076b90abefc Mon Sep 17 00:00:00 2001 From: Joe Carstairs Date: Tue, 23 Jun 2026 07:57:33 +0100 Subject: php-fpm runs on socket in /run --- http/nginx.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'http/nginx.conf') diff --git a/http/nginx.conf b/http/nginx.conf index 08602cc..05b6b12 100644 --- a/http/nginx.conf +++ b/http/nginx.conf @@ -34,7 +34,7 @@ http { location ~ \.php$ { root html; - fastcgi_pass 127.0.0.1:9000; + fastcgi_pass unix:/run/php8.5-fpm-joeac.net-http.sock fastcgi_index index.php; fastcgi_param SCRIPT_FILENAME /scripts$fastcgi_script_name; include fastcgi_params; -- cgit v1.2.3