mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-18 15:33:15 +00:00
use stderr output instead of php fpm error log file
This commit is contained in:
@@ -4,6 +4,7 @@ set -e
|
|||||||
|
|
||||||
envsubst < "docker/phraseanet/php.ini.sample" > /usr/local/etc/php/php.ini
|
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/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 \
|
chown -R app:app \
|
||||||
cache \
|
cache \
|
||||||
|
@@ -1,6 +1,5 @@
|
|||||||
[global]
|
[global]
|
||||||
daemonize = no
|
daemonize = no
|
||||||
error_log = /var/log/fpm-php.www.log
|
|
||||||
process.max = 128
|
process.max = 128
|
||||||
|
|
||||||
[www]
|
[www]
|
||||||
|
Reference in New Issue
Block a user