mirror of
https://github.com/mailcow/mailcow-dockerized.git
synced 2026-07-28 12:36:52 +00:00
[PHP-FPM] Fix port...
This commit is contained in:
parent
c33ec7e989
commit
f0bc580ceb
1 changed files with 1 additions and 1 deletions
|
|
@ -5,7 +5,7 @@ pm = ondemand
|
|||
pm.max_children = 20
|
||||
pm.process_idle_timeout = 20s
|
||||
pm.max_requests = 800
|
||||
listen = [::]:9001
|
||||
listen = [::]:9000
|
||||
access.log = /proc/self/fd/2
|
||||
clear_env = no
|
||||
catch_workers_output = yes
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue