diff options
Diffstat (limited to 'build-context/php-fpm.d/docker.conf')
-rw-r--r-- | build-context/php-fpm.d/docker.conf | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/build-context/php-fpm.d/docker.conf b/build-context/php-fpm.d/docker.conf new file mode 100644 index 0000000..864c61c --- /dev/null +++ b/build-context/php-fpm.d/docker.conf @@ -0,0 +1,6 @@ +[global] +error_log = /proc/self/fd/2 +daemonize = no + +; https://github.com/docker-library/php/pull/725#issuecomment-443540114 +log_limit = 8192 |