From 73b9aa3d22d5696366839873d0f8e9c54cd44444 Mon Sep 17 00:00:00 2001 From: Christian Date: Thu, 14 May 2026 20:50:26 -0500 Subject: Support reverse proxy deployment and general container improvements --- supervisord.conf | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'supervisord.conf') 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 -- cgit v1.2.3