update upstreams

This commit is contained in:
VirtuBox 2019-03-12 17:43:32 +01:00
parent f94523cdfc
commit 6cf34f6946
1 changed files with 2 additions and 2 deletions

View File

@ -9,7 +9,7 @@ upstream php {
least_conn; least_conn;
server unix:/var/run/php/php72-fpm.sock; 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; keepalive 5;
} }
@ -28,7 +28,7 @@ upstream php7 {
least_conn; least_conn;
server unix:/var/run/php/php72-fpm.sock; 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; keepalive 5;
} }