74
This commit is contained in:
parent
22d4220a5c
commit
c3cfae6ceb
2 changed files with 2 additions and 2 deletions
|
@ -121,7 +121,7 @@ http {
|
||||||
map $host $php_version {
|
map $host $php_version {
|
||||||
hostnames;
|
hostnames;
|
||||||
default php80;
|
default php80;
|
||||||
*.laya-server.localhost php74;
|
# *.laya-server.localhost php74;
|
||||||
*.invoicing.localhost php74;
|
*.invoicing.localhost php74;
|
||||||
*.vizit.localhost php80;
|
*.vizit.localhost php80;
|
||||||
*.up123.localhost php72;
|
*.up123.localhost php72;
|
||||||
|
|
|
@ -3,7 +3,7 @@ error_log = /tmp/php74.log
|
||||||
daemonize = no
|
daemonize = no
|
||||||
|
|
||||||
[www]
|
[www]
|
||||||
listen = 127.0.0.1:9074
|
listen = /run/user/1000/php74-fpm/fpm.sock
|
||||||
|
|
||||||
pm = dynamic
|
pm = dynamic
|
||||||
pm.max_children = 5
|
pm.max_children = 5
|
||||||
|
|
Loading…
Add table
Reference in a new issue