php/docker/etc/supervisor/services/php-fpm.conf

7 lines
147 B
Plaintext
Raw Normal View History

2021-03-28 18:50:39 +00:00
[program:php-fpm]
command=/usr/local/sbin/php-fpm -R -F
autorestart=true
stdout_logfile=/dev/stdout
stdout_logfile_maxbytes=0
redirect_stderr=true