]> source.dussan.org Git - gitea.git/commitdiff
fix IIS reverse proxy doc (#16246)
authorMartin Strob <nexero@users.noreply.github.com>
Fri, 25 Jun 2021 12:38:41 +0000 (14:38 +0200)
committerGitHub <noreply@github.com>
Fri, 25 Jun 2021 12:38:41 +0000 (14:38 +0200)
docs/content/doc/usage/reverse-proxies.en-us.md

index e2fdb1d2b7a80cf2f0f642e0fab2f719dca71826..b339048d6843cfba32a3734420b7e856680e8d97 100644 (file)
@@ -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>