2023-12-16 13:21:21 +00:00
|
|
|
[supervisord]
|
|
|
|
nodaemon=true
|
2023-12-16 13:43:58 +00:00
|
|
|
logfile=/proc/self/fd/1
|
|
|
|
logfile_maxbytes=0
|
2023-12-16 13:21:21 +00:00
|
|
|
|
|
|
|
[program:phpfpm]
|
|
|
|
command=/usr/sbin/php-fpm8.3 --nodaemonize --fpm-config /app/www.conf
|
2023-12-16 13:43:58 +00:00
|
|
|
stdout_logfile=/proc/self/fd/1
|
|
|
|
stdout_logfile_maxbytes=0
|
|
|
|
stderr_logfile=/proc/self/fd/2
|
|
|
|
stderr_logfile_maxbytes=0
|
2023-12-16 13:21:21 +00:00
|
|
|
|
|
|
|
[program:lighttpd]
|
|
|
|
command=/usr/sbin/lighttpd -D -f /app/lighttpd.conf
|
2023-12-16 13:43:58 +00:00
|
|
|
stdout_logfile=/proc/self/fd/1
|
|
|
|
stdout_logfile_maxbytes=0
|
|
|
|
stderr_logfile=/proc/self/fd/2
|
|
|
|
stderr_logfile_maxbytes=0
|