use stderr output instead of php fpm error log file

This commit is contained in:
aynsix
2020-04-10 19:54:27 +03:00
parent fb218c92eb
commit 462cb53b7f
2 changed files with 1 additions and 1 deletions

View File

@@ -4,6 +4,7 @@ set -e
envsubst < "docker/phraseanet/php.ini.sample" > /usr/local/etc/php/php.ini
envsubst < "docker/phraseanet/php-fpm.conf.sample" > /usr/local/etc/php-fpm.conf
envsubst < "docker/phraseanet/root/usr/local/etc/php-fpm.d/zz-docker.conf" > /usr/local/etc/php-fpm.d/zz-docker.conf
chown -R app:app \
cache \

View File

@@ -1,6 +1,5 @@
[global]
daemonize = no
error_log = /var/log/fpm-php.www.log
process.max = 128
[www]