From 4f12e4ca91d5042b2290ef763a012544e43e0583 Mon Sep 17 00:00:00 2001 From: Christian Date: Fri, 30 Jan 2026 20:22:19 -0600 Subject: Initial commit --- supervisord.conf | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 supervisord.conf (limited to 'supervisord.conf') 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 -- cgit v1.2.3