From ca0f462810ce24d04d2aed7c9110db29a14712d7 Mon Sep 17 00:00:00 2001 From: Kevin Morris Date: Sat, 15 Jan 2022 19:38:24 -0800 Subject: [PATCH] ...re-enable --proxy-protocol Signed-off-by: Kevin Morris --- docker/scripts/run-fastapi.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/docker/scripts/run-fastapi.sh b/docker/scripts/run-fastapi.sh index d3d75359..e60d642e 100755 --- a/docker/scripts/run-fastapi.sh +++ b/docker/scripts/run-fastapi.sh @@ -23,6 +23,7 @@ elif [ "$1" == "gunicorn" ]; then exec gunicorn \ --log-config /docker/logging.conf \ --bind "0.0.0.0:8000" \ + --proxy-protocol \ -w $FASTAPI_WORKERS \ -k uvicorn.workers.UvicornWorker \ aurweb.asgi:app