2021-11-30 18:20:42 +08:00
|
|
|
[supervisord]
|
|
|
|
nodaemon=true
|
|
|
|
nodaemon=true
|
|
|
|
logfile=/var/log/supervisord/supervisord.log
|
|
|
|
pidfile=/var/run/supervisord/supervisord.pid
|
|
|
|
childlogdir=/var/log/supervisord/
|
|
|
|
logfile_maxbytes=50MB
|
2021-12-01 19:40:51 +08:00
|
|
|
logfile_backups=10
|
2021-11-30 18:20:42 +08:00
|
|
|
loglevel=error
|
|
|
|
|
|
|
|
[program:apache]
|
2021-12-03 19:14:39 +08:00
|
|
|
stdout_logfile=/dev/stdout
|
|
|
|
stdout_logfile_maxbytes=0
|
|
|
|
stderr_logfile=/dev/stderr
|
|
|
|
stderr_logfile_maxbytes=0
|
2021-11-30 18:20:42 +08:00
|
|
|
command=apache2-foreground
|
|
|
|
|
|
|
|
[program:caddy]
|
2021-12-03 19:14:39 +08:00
|
|
|
stdout_logfile=/dev/stdout
|
|
|
|
stdout_logfile_maxbytes=0
|
|
|
|
stderr_logfile=/dev/stderr
|
|
|
|
stderr_logfile_maxbytes=0
|
2021-11-30 18:20:42 +08:00
|
|
|
command=/usr/bin/caddy run -config /Caddyfile
|
|
|
|
|
|
|
|
[program:cron]
|
2021-12-03 19:14:39 +08:00
|
|
|
stdout_logfile=/dev/stdout
|
|
|
|
stdout_logfile_maxbytes=0
|
|
|
|
stderr_logfile=/dev/stderr
|
|
|
|
stderr_logfile_maxbytes=0
|
2021-11-30 18:20:42 +08:00
|
|
|
command=/cron.sh
|