diff options
Diffstat (limited to 'supervisord.conf')
| -rw-r--r-- | supervisord.conf | 4 |
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 |
