Remove rootfs/usr/local/etc/php-fpm.d/ ties to nlss/php-nginx:7.4 image

This commit is contained in:
2023-01-20 17:40:55 +01:00
parent 550bcea00d
commit 6d526d71e1
6 changed files with 904 additions and 3 deletions

View File

@@ -0,0 +1,15 @@
[global]
error_log = /proc/self/fd/2
; https://github.com/docker-library/php/pull/725#issuecomment-443540114
log_limit = 8192
[www]
; if we send this to /proc/self/fd/1, it never appears
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