From a3c59af220851fc8e95c238e2d48f4d2adb06869 Mon Sep 17 00:00:00 2001 From: deflax Date: Thu, 6 Feb 2025 20:26:01 +0200 Subject: [PATCH] separate the proxy headers with comma --- src/api/scripts/run.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/api/scripts/run.sh b/src/api/scripts/run.sh index 1d0768f..c2ac75f 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