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