docker-images/images/php-fpm/supervisord.conf

20 lines
494 B
Plaintext

[supervisord]
nodaemon=true
logfile=/proc/self/fd/1
logfile_maxbytes=0
pidfile=/run_local/supervisord.pid
[program:phpfpm]
command=/usr/sbin/php-fpm8.3 --nodaemonize --fpm-config /app/www.conf
stdout_logfile=/proc/self/fd/1
stdout_logfile_maxbytes=0
stderr_logfile=/proc/self/fd/2
stderr_logfile_maxbytes=0
[program:lighttpd]
command=/usr/sbin/lighttpd -D -f /app/lighttpd.conf
stdout_logfile=/proc/self/fd/1
stdout_logfile_maxbytes=0
stderr_logfile=/proc/self/fd/2
stderr_logfile_maxbytes=0