2025-07-15 20:36:49 +02:00
|
|
|
[supervisord]
|
|
|
|
|
nodaemon=true
|
2026-05-02 16:14:31 +02:00
|
|
|
user=www-data
|
2025-07-15 20:36:49 +02:00
|
|
|
|
|
|
|
|
[program:nginx]
|
|
|
|
|
command=nginx -g "daemon off;"
|
|
|
|
|
autostart=true
|
|
|
|
|
autorestart=true
|
|
|
|
|
stdout_logfile=/dev/stdout
|
|
|
|
|
stdout_logfile_maxbytes=0
|
|
|
|
|
stderr_logfile=/dev/stderr
|
|
|
|
|
stderr_logfile_maxbytes=0
|
|
|
|
|
|
|
|
|
|
[program:php-fpm]
|
|
|
|
|
command=php-fpm --nodaemonize
|
|
|
|
|
autostart=true
|
|
|
|
|
autorestart=true
|
|
|
|
|
stdout_logfile=/dev/stdout
|
|
|
|
|
stdout_logfile_maxbytes=0
|
|
|
|
|
stderr_logfile=/dev/stderr
|
|
|
|
|
stderr_logfile_maxbytes=0
|