remove gunicorn --proxy-protocol

Signed-off-by: Kevin Morris <kevr@0cost.org>
This commit is contained in:
Kevin Morris 2022-01-15 18:50:51 -08:00
parent e81a616836
commit b0726fd673
No known key found for this signature in database
GPG key ID: F7E46DED420788F3

View file

@ -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 \