blob: 953aa5e4ff5f0f597750474b3ed5845a3e92447c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
[supervisord]
loglevel=debug
nodaemon=true
user=root
[program:caddy]
command=caddy run --config /root/Caddyfile
stdout_logfile=/dev/stdout
stdout_logfile_maxbytes=0
[program:git_frontend]
command=fcgiwrap -s unix:/var/run/fgciwrap.sock
stdout_logfile=/dev/stdout
stdout_logfile_maxbytes=0
|