1
0
forked from crony/UpFast

Update gunicorn start script

This commit is contained in:
CronyAkatsuki 2023-03-26 09:44:25 +02:00
parent 660ce4a302
commit 7c0297c647

View File

@ -17,6 +17,7 @@ exec gunicorn main:app \
--worker-class $WORKER_CLASS \
--bind=$BIND \
--log-level=$LOG_LEVEL \
--log-file=-
--log-file=- \
--forwarded-allow-ips='*'
# --user=$USER \
# --group=$GROUP \