aboutsummaryrefslogtreecommitdiff
path: root/supervisord.conf
diff options
context:
space:
mode:
authorChristian <[email protected]>2026-05-14 20:50:26 -0500
committerChristian <[email protected]>2026-05-14 21:14:12 -0500
commit73b9aa3d22d5696366839873d0f8e9c54cd44444 (patch)
tree0f2f1944161d9d069caccaf951627c3141e91ea2 /supervisord.conf
parentf4dde3803de5a9e6093ff1b327a9e582096f807d (diff)
Support reverse proxy deployment and general container improvements
Diffstat (limited to 'supervisord.conf')
-rw-r--r--supervisord.conf4
1 files changed, 4 insertions, 0 deletions
diff --git a/supervisord.conf b/supervisord.conf
index 953aa5e..fb52d5e 100644
--- a/supervisord.conf
+++ b/supervisord.conf
@@ -7,8 +7,12 @@ user=root
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