mirror of
https://github.com/Kovah/LinkAce.git
synced 2025-01-17 05:08:21 +01:00
27 lines
565 B
INI
27 lines
565 B
INI
[supervisord]
|
|
nodaemon=true
|
|
directory=/tmp
|
|
pidfile=/tmp/supervisord.pid
|
|
logfile=/tmp/supervisord.log
|
|
logfile_maxbytes=50MB
|
|
logfile_backups=0
|
|
loglevel=info
|
|
|
|
[program:php-fpm]
|
|
command=/usr/local/sbin/php-fpm -F
|
|
stdout_logfile=/dev/stdout
|
|
stdout_logfile_maxbytes=0
|
|
stderr_logfile=/dev/stderr
|
|
stderr_logfile_maxbytes=0
|
|
priority=10
|
|
autorestart=unexpected
|
|
|
|
[program:caddy]
|
|
command=/usr/bin/caddy run --config /etc/caddy/Caddyfile
|
|
stdout_logfile=/dev/stdout
|
|
stdout_logfile_maxbytes=0
|
|
stderr_logfile=/dev/stderr
|
|
stderr_logfile_maxbytes=0
|
|
priority=20
|
|
autorestart=unexpected
|