We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 837e8b3 commit 7a0ed9aCopy full SHA for 7a0ed9a
1 file changed
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
221
```xml
222
<?xml version="1.0" encoding="UTF-8"?>
223
<configuration>
224
+ <system.web>
225
+ <httpRuntime requestPathInvalidCharacters="" />
226
+ </system.web>
227
<system.webServer>
228
<security>
229
<requestFiltering>
0 commit comments