Skip to content

Commit 5f5639a

Browse files
nexeroAbdulrhmnGhanem
authored andcommitted
fix IIS reverse proxy doc (go-gitea#16246)
1 parent 662b754 commit 5f5639a

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

docs/content/doc/usage/reverse-proxies.en-us.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -221,6 +221,9 @@ If you wish to run Gitea with IIS. You will need to setup IIS with URL Rewrite a
221221
```xml
222222
<?xml version="1.0" encoding="UTF-8"?>
223223
<configuration>
224+
<system.web>
225+
<httpRuntime requestPathInvalidCharacters="" />
226+
</system.web>
224227
<system.webServer>
225228
<security>
226229
<requestFiltering>

0 commit comments

Comments
 (0)