aboutsummaryrefslogtreecommitdiff
path: root/supervisord.conf
blob: fb52d5e9d8b37700bdd3e3f9bda2f5c9d99992ab (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[supervisord]
loglevel=debug
nodaemon=true
user=root

[program:caddy]
command=caddy run --config /root/Caddyfile
stdout_logfile=/dev/stdout
stdout_logfile_maxbytes=0
stderr_logfile=/dev/stderr
stderr_logfile_maxbytes=0

[program:git_frontend]
command=fcgiwrap -s unix:/var/run/fgciwrap.sock
stdout_logfile=/dev/stdout
stdout_logfile_maxbytes=0
stderr_logfile=/dev/stderr
stderr_logfile_maxbytes=0