From 036a70d30b9b4bbfdc6e1ee7a58d96e6a40dd908 Mon Sep 17 00:00:00 2001 From: deflax Date: Thu, 6 Feb 2025 20:23:18 +0200 Subject: [PATCH] add x-forwarded-proto --- 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 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