Skip to content

Commit

Permalink
Cleanup the output of PHP-FPM when PHP throws an error
Browse files Browse the repository at this point in the history
  • Loading branch information
TrafeX committed Aug 3, 2019
1 parent eb6f75c commit 6a3b2f4
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions config/fpm-pool.conf
Original file line number Diff line number Diff line change
Expand Up @@ -49,5 +49,8 @@ clear_env = no
; Catch output from PHP
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
ping.path = /fpm-ping

0 comments on commit 6a3b2f4

Please sign in to comment.