fix: set gunicorn control socket path to avoid permission error

This commit is contained in:
FuzzyGrim
2026-03-31 21:28:47 +02:00
parent db54f928b0
commit d8306c760c

View File

@@ -12,7 +12,7 @@ stderr_logfile=/dev/stderr
stderr_logfile_maxbytes=0
[program:gunicorn]
command=gunicorn --config python:config.gunicorn config.wsgi:application
command=gunicorn --control-socket /tmp/gunicorn.ctl --config python:config.gunicorn config.wsgi:application
user=abc
priority=5
stdout_logfile=/dev/stdout