Initial commit
This commit is contained in:
16
php/php-fpm/docker.conf
Normal file
16
php/php-fpm/docker.conf
Normal file
@@ -0,0 +1,16 @@
|
||||
[global]
|
||||
error_log = /proc/self/fd/2
|
||||
|
||||
; https://github.com/docker-library/php/pull/725#issuecomment-443540114
|
||||
log_limit = 8192
|
||||
|
||||
[www]
|
||||
; php-fpm closes STDOUT on startup, so sending logs to /proc/self/fd/1 does not work.
|
||||
; https://bugs.php.net/bug.php?id=73886
|
||||
access.log = /proc/self/fd/2
|
||||
|
||||
clear_env = no
|
||||
|
||||
; Ensure worker stdout and stderr are sent to the main error log.
|
||||
catch_workers_output = yes
|
||||
decorate_workers_output = no
|
||||
Reference in New Issue
Block a user