Skip to content

Commit ec25eea

Browse files
committed
Improve logging output and enable /fpm-ping from localhost
1 parent 5b49e0b commit ec25eea

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

config/fpm-pool.conf

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,3 +36,9 @@ clear_env = no
3636

3737
; Catch output from PHP
3838
catch_workers_output = yes
39+
40+
; Remove the 'child 10 said into stderr' prefix in the log and only show the actual message
41+
decorate_workers_output = no
42+
43+
; Enable ping page to use in healthcheck
44+
ping.path = /fpm-ping

0 commit comments

Comments
 (0)