Files
example-back/.docker/php/docker.conf
Refactorian 4fe93734e4 Update (#1)
2023-04-18 21:50:45 +09:00

13 lines
270 B
Plaintext

[global]
error_log = /proc/self/fd/2
;request_terminate_timeout = 1h
[www]
; if we send this to /proc/self/fd/1, it never appears
access.log = /proc/self/fd/1
clear_env = no
; Ensure worker stdout and stderr are sent to the main error log.
catch_workers_output = yes