From 37e934657af7e99826b3f36fcfeb3f38097f51b1 Mon Sep 17 00:00:00 2001 From: Tecneo <42748615+t3cneo@users.noreply.github.com> Date: Wed, 10 Jun 2026 14:51:45 +0200 Subject: [PATCH 1/2] Update reverse-proxy.md Signed-off-by: Tecneo <42748615+t3cneo@users.noreply.github.com> --- reverse-proxy.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/reverse-proxy.md b/reverse-proxy.md index b8434381..9a4c6c3b 100644 --- a/reverse-proxy.md +++ b/reverse-proxy.md @@ -898,6 +898,8 @@ The examples below define the dynamic configuration in YAML files. If you rather hostsProxyHeaders: - "X-Forwarded-Host" referrerPolicy: "same-origin" + customRequestHeaders: + X-Forwarded-Proto: "https" https-redirect: redirectscheme: From 1029ff139efd2aaf2687247c1a3b0fdaa656b2a7 Mon Sep 17 00:00:00 2001 From: Tecneo <42748615+t3cneo@users.noreply.github.com> Date: Wed, 10 Jun 2026 15:07:52 +0200 Subject: [PATCH 2/2] Update reverse-proxy.md Signed-off-by: Tecneo <42748615+t3cneo@users.noreply.github.com> --- reverse-proxy.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/reverse-proxy.md b/reverse-proxy.md index 9a4c6c3b..23019151 100644 --- a/reverse-proxy.md +++ b/reverse-proxy.md @@ -995,6 +995,8 @@ The examples below define the dynamic configuration in YAML files. If you rather hostsProxyHeaders: - "X-Forwarded-Host" referrerPolicy: "same-origin" + customRequestHeaders: + X-Forwarded-Proto: "https" https-redirect: redirectscheme: