We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5b49e0b commit ec25eeaCopy full SHA for ec25eea
config/fpm-pool.conf
@@ -36,3 +36,9 @@ clear_env = no
36
37
; Catch output from PHP
38
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