diff options
Diffstat (limited to 'supervisord.conf')
| -rw-r--r-- | supervisord.conf | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/supervisord.conf b/supervisord.conf new file mode 100644 index 0000000..953aa5e --- /dev/null +++ b/supervisord.conf @@ -0,0 +1,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 |
