Files
GitList/docker/php-fpm/php-fpm.d/docker.conf
2022-01-14 23:17:34 -05:00

12 lines
212 B
Plaintext

[global]
error_log = /proc/self/fd/2
log_buffering = no
[www]
access.log = /proc/self/fd/2
clear_env = no
; Ensure worker stdout and stderr are collected
catch_workers_output = yes
decorate_workers_output = no