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; }