aboutsummaryrefslogtreecommitdiff
path: root/supervisord.conf
diff options
context:
space:
mode:
authorChristian <[email protected]>2026-01-30 20:22:19 -0600
committerChristian <[email protected]>2026-01-30 20:22:19 -0600
commit4f12e4ca91d5042b2290ef763a012544e43e0583 (patch)
tree528c066afbb6c62bc951cd3831386406b37736bd /supervisord.conf
Initial commit
Diffstat (limited to 'supervisord.conf')
-rw-r--r--supervisord.conf14
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