mirror of
https://github.com/mashirozx/docker-php-nginx.git
synced 2024-11-22 23:08:15 +08:00
Cleanup the output of PHP-FPM when PHP throws an error
This commit is contained in:
parent
eb6f75c47d
commit
6a3b2f4abc
@ -49,5 +49,8 @@ clear_env = no
|
|||||||
; Catch output from PHP
|
; Catch output from PHP
|
||||||
catch_workers_output = yes
|
catch_workers_output = yes
|
||||||
|
|
||||||
|
; Remove the 'child 10 said into stderr' prefix in the log and only show the actual message
|
||||||
|
decorate_workers_output = no
|
||||||
|
|
||||||
; Enable ping page to use in healthcheck
|
; Enable ping page to use in healthcheck
|
||||||
ping.path = /fpm-ping
|
ping.path = /fpm-ping
|
||||||
|
Loading…
Reference in New Issue
Block a user