separate the proxy headers with comma
This commit is contained in:
parent
036a70d30b
commit
a3c59af220
1 changed files with 1 additions and 1 deletions
|
@ -15,5 +15,5 @@ echo "waitress-serve $APP_MODULE"
|
||||||
pwd
|
pwd
|
||||||
waitress-serve --port=8080 --threads=16 \
|
waitress-serve --port=8080 --threads=16 \
|
||||||
--trusted-proxy='*' --log-untrusted-proxy-headers \
|
--trusted-proxy='*' --log-untrusted-proxy-headers \
|
||||||
--trusted-proxy-headers='x-forwarded-for,x-forwarded-proto' \
|
--trusted-proxy-headers='x-forwarded-for','x-forwarded-proto' \
|
||||||
--call $APP_MODULE
|
--call $APP_MODULE
|
Loading…
Add table
Reference in a new issue