Merge pull request #2 from hrak/no_clear_env

clear_env does not work on PHP-5.3 unfortunately + formatting issues
This commit is contained in:
Hans Rakers
2020-07-09 19:19:47 +02:00
committed by GitHub

View File

@@ -287,8 +287,6 @@ RUN set -ex \
echo '; if we send this to /proc/self/fd/1, it never appears'; \
echo 'access.log = /proc/self/fd/2'; \
echo; \
echo 'clear_env = no'; \
echo; \
echo '; Ensure worker stdout and stderr are sent to the main error log.'; \
echo 'catch_workers_output = yes'; \
} | tee php-fpm.d/docker.conf \