diff --git a/src/api/scripts/run.sh b/src/api/scripts/run.sh index f75cf24..1d0768f 100644 --- a/src/api/scripts/run.sh +++ b/src/api/scripts/run.sh @@ -15,5 +15,5 @@ echo "waitress-serve $APP_MODULE" pwd waitress-serve --port=8080 --threads=16 \ --trusted-proxy='*' --log-untrusted-proxy-headers \ ---trusted-proxy-headers='x-forwarded-for' \ +--trusted-proxy-headers='x-forwarded-for,x-forwarded-proto' \ --call $APP_MODULE \ No newline at end of file