mirror of
https://gitlab.archlinux.org/archlinux/aurweb.git
synced 2025-02-03 10:43:03 +01:00
remove gunicorn --proxy-protocol
Signed-off-by: Kevin Morris <kevr@0cost.org>
This commit is contained in:
parent
e81a616836
commit
b0726fd673
1 changed files with 0 additions and 1 deletions
|
@ -22,7 +22,6 @@ if [ "$1" == "uvicorn" ] || [ "$1" == "" ]; then
|
|||
elif [ "$1" == "gunicorn" ]; then
|
||||
exec gunicorn \
|
||||
--log-config /docker/logging.conf \
|
||||
--proxy-protocol \
|
||||
--bind "0.0.0.0:8000" \
|
||||
-w $FASTAPI_WORKERS \
|
||||
-k uvicorn.workers.UvicornWorker \
|
||||
|
|
Loading…
Add table
Reference in a new issue