From 841cfaa9cf69718324b3e3d62118cc2e934acb90 Mon Sep 17 00:00:00 2001 From: whirigoyen Date: Fri, 31 Mar 2023 10:54:46 +0200 Subject: [PATCH] Vire Fluotonic --- HowtoNginx-PHP-FPM.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/HowtoNginx-PHP-FPM.md b/HowtoNginx-PHP-FPM.md index e7beccd9..d8a31ec3 100644 --- a/HowtoNginx-PHP-FPM.md +++ b/HowtoNginx-PHP-FPM.md @@ -55,7 +55,7 @@ server { index index.html index.php; location ~ \.php$ { - fastcgi_pass unix:/var/run/php-fpm-fluotonic.sock; + fastcgi_pass unix:/var/run/php-fpm-foo.sock; fastcgi_read_timeout 180s; include snippets/fastcgi-php.conf; }