fix php7.3-fpm pool duplicate port

This commit is contained in:
VirtuBox 2018-12-20 17:12:53 +01:00
parent e62301de87
commit 26ae7a9ec7
2 changed files with 2 additions and 2 deletions

View File

@ -79,7 +79,7 @@ keepalive 5;
# TCP/IP on loopback interface
upstream php73 {
server 127.0.0.1:9090;
server 127.0.0.1:9093;
}
# load-balancing on unix socket

View File

@ -1,7 +1,7 @@
[www]
user = www-data
group = www-data
listen = 127.0.0.1:9090
listen = 127.0.0.1:9093
listen.owner = www-data
listen.group = www-data
pm = ondemand