diff --git a/etc/nginx/conf.d/upstream.conf b/etc/nginx/conf.d/upstream.conf index a4033ea..68fd039 100644 --- a/etc/nginx/conf.d/upstream.conf +++ b/etc/nginx/conf.d/upstream.conf @@ -9,7 +9,7 @@ upstream php { least_conn; server unix:/var/run/php/php72-fpm.sock; -server unix:/var/run/php/php72-two-fpm.sock; +server unix:/var/run/php/php72-sock-two-fpm.sock; keepalive 5; } @@ -28,7 +28,7 @@ upstream php7 { least_conn; server unix:/var/run/php/php72-fpm.sock; -server unix:/var/run/php/php72-two-fpm.sock; +server unix:/var/run/php/php72-sock-two-fpm.sock; keepalive 5; }