From acbcde62955f1cf7dfe0281cbecec86c95eb4a40 Mon Sep 17 00:00:00 2001 From: "Dustin C. Hatch" Date: Mon, 1 Aug 2022 19:04:17 -0500 Subject: [PATCH] fixup-container-build --- container/run.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/container/run.sh b/container/run.sh index 4e2b242..7ac6f2c 100755 --- a/container/run.sh +++ b/container/run.sh @@ -4,4 +4,5 @@ nginx || exit $? exec /usr/local/hudctrl/bin/gunicorn \ -k uvicorn.workers.UvicornWorker \ + --forwarded-allow-ips 127.0.0.1/32,${FORWARDED_ALLOW_IPS} \ hudctrl.api:app