Aktiviere interne PHP-FPM Status-Ausgabe
This commit is contained in:
parent
6c2cecfe91
commit
6d5d7a4c43
1 changed files with 2 additions and 2 deletions
|
@ -17,7 +17,7 @@ pm.min_spare_servers = 10
|
||||||
pm.max_spare_servers = 30
|
pm.max_spare_servers = 30
|
||||||
pm.process_idle_timeout = 10s;
|
pm.process_idle_timeout = 10s;
|
||||||
pm.max_requests = 100
|
pm.max_requests = 100
|
||||||
;pm.status_path = /status
|
pm.status_path = /status
|
||||||
;ping.path = /ping
|
;ping.path = /ping
|
||||||
;ping.response = pong
|
;ping.response = pong
|
||||||
;access.log = log/$pool.access.log
|
;access.log = log/$pool.access.log
|
||||||
|
|
Loading…
Reference in a new issue