1
1
mirror of https://github.com/go-gitea/gitea synced 2025-07-22 18:28:37 +00:00

fix IIS reverse proxy doc (#16246)

This commit is contained in:
Martin Strob
2021-06-25 14:38:41 +02:00
committed by GitHub
parent 837e8b30a7
commit 7a0ed9a046

View 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>