diff --git a/src/api/scripts/run.sh b/src/api/scripts/run.sh index c2ac75f..212f6bc 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','x-forwarded-proto' \ +--trusted-proxy-headers='x-forwarded-for x-forwarded-proto' \ --call $APP_MODULE \ No newline at end of file