Update gunicorn start script
This commit is contained in:
parent
660ce4a302
commit
7c0297c647
1 changed files with 2 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue