mirror of
https://github.com/devilbox/docker-php-fpm.git
synced 2025-12-13 20:41:15 +00:00
7 lines
128 B
Plaintext
7 lines
128 B
Plaintext
[global]
|
|
error_log = /proc/self/fd/2
|
|
|
|
[www]
|
|
; if we send this to /proc/self/fd/1, it never appears
|
|
access.log = /proc/self/fd/2
|