From 38e2d51aa09e34020c8d1c80b18808abe620df80 Mon Sep 17 00:00:00 2001 From: Luotio Date: Wed, 1 Jan 2025 12:38:36 +0200 Subject: [PATCH] Update reverse-proxy.md Fixed the IIS reverse proxy configuration, not considering special characters, and added HTTP_X_FORWARDED headers. Signed-off-by: Luotio --- reverse-proxy.md | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/reverse-proxy.md b/reverse-proxy.md index 43cf0277..c4def69e 100644 --- a/reverse-proxy.md +++ b/reverse-proxy.md @@ -719,7 +719,8 @@ Add the following `web.config` file to the root of the site you created as the r - + + @@ -734,7 +735,14 @@ Add the following `web.config` file to the root of the site you created as the r - + + + + + + + +