This commit is contained in:
Lizandro Guarnizo
2026-06-05 10:14:49 -05:00
parent 5c6854be7f
commit 91a538cef7
3 changed files with 34 additions and 5 deletions
+15 -5
View File
@@ -4,19 +4,25 @@ pidfile=/tmp/supervisord.pid
logfile=/dev/stdout
logfile_maxbytes=0
[program:nginx]
command=nginx -g "daemon off;"
[program:php-fpm]
command=php-fpm -F
autostart=true
autorestart=true
startsecs=5
startretries=3
priority=1
stdout_logfile=/dev/stdout
stdout_logfile_maxbytes=0
stderr_logfile=/dev/stderr
stderr_logfile_maxbytes=0
[program:php-fpm]
command=php-fpm
[program:nginx]
command=nginx -g "daemon off;"
autostart=true
autorestart=true
startsecs=5
startretries=3
priority=2
stdout_logfile=/dev/stdout
stdout_logfile_maxbytes=0
stderr_logfile=/dev/stderr
@@ -29,6 +35,8 @@ autostart=true
autorestart=true
stopasgroup=true
killasgroup=true
startsecs=10
priority=3
stdout_logfile=/dev/stdout
stdout_logfile_maxbytes=0
stderr_logfile=/dev/stderr
@@ -36,9 +44,11 @@ stderr_logfile_maxbytes=0
numprocs=1
[program:cron]
command=crond -f
command=crond -f -l 2
autostart=true
autorestart=true
startsecs=5
priority=4
stdout_logfile=/dev/stdout
stdout_logfile_maxbytes=0
stderr_logfile=/dev/stderr