Update gunicorn start script
This commit is contained in:
parent
660ce4a302
commit
7c0297c647
@ -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 \
|
||||
|
Loading…
Reference in New Issue
Block a user