From 7a0ed9a0469b24768c9041e137bfcd2d28f05319 Mon Sep 17 00:00:00 2001
From: Martin Strob <nexero@users.noreply.github.com>
Date: Fri, 25 Jun 2021 14:38:41 +0200
Subject: [PATCH] fix IIS reverse proxy doc (#16246)

---
 docs/content/doc/usage/reverse-proxies.en-us.md | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/docs/content/doc/usage/reverse-proxies.en-us.md b/docs/content/doc/usage/reverse-proxies.en-us.md
index e2fdb1d2b7..b339048d68 100644
--- a/docs/content/doc/usage/reverse-proxies.en-us.md
+++ b/docs/content/doc/usage/reverse-proxies.en-us.md
@@ -221,6 +221,9 @@ If you wish to run Gitea with IIS. You will need to setup IIS with URL Rewrite a
 ```xml
 <?xml version="1.0" encoding="UTF-8"?>
 <configuration>
+    <system.web>
+        <httpRuntime requestPathInvalidCharacters="" />
+    </system.web>
     <system.webServer>
         <security>
           <requestFiltering>