forked from gh-mirrors/docker-php-5.3
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:
@@ -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 \
|
||||
|
||||
Reference in New Issue
Block a user