1
0
Fork 0
This commit is contained in:
Vladimír Dudr 2022-12-19 17:18:02 +01:00
parent 22d4220a5c
commit c3cfae6ceb
2 changed files with 2 additions and 2 deletions

View file

@ -121,7 +121,7 @@ http {
map $host $php_version {
hostnames;
default php80;
*.laya-server.localhost php74;
# *.laya-server.localhost php74;
*.invoicing.localhost php74;
*.vizit.localhost php80;
*.up123.localhost php72;

View file

@ -3,7 +3,7 @@ error_log = /tmp/php74.log
daemonize = no
[www]
listen = 127.0.0.1:9074
listen = /run/user/1000/php74-fpm/fpm.sock
pm = dynamic
pm.max_children = 5