1
0
Fork 0
mirror of https://github.com/seanmorley15/AdventureLog.git synced 2025-07-19 04:49:37 +02:00

fix supervisor logging

This commit is contained in:
ClumsyAdmin 2025-03-21 20:51:58 -04:00
parent 113d41ca30
commit ca4ef79837

View file

@ -4,10 +4,13 @@ nodaemon=true
[program:nginx] [program:nginx]
command=/usr/sbin/nginx -g "daemon off;" command=/usr/sbin/nginx -g "daemon off;"
autorestart=true autorestart=true
priority=20 stdout_logfile=/dev/stdout
stderr_logfile=/dev/stderr
[program:gunicorn] [program:gunicorn]
command=/code/entrypoint.sh command=/code/entrypoint.sh
autorestart=true autorestart=true
priority=10 stdout_logfile=/dev/stdout
startsecs=5 stderr_logfile=/dev/stderr
stdout_logfile_maxbytes = 0
stderr_logfile_maxbytes = 0