mirror of
https://github.com/go-gitea/gitea
synced 2024-11-13 21:41:16 +01:00
fix IIS reverse proxy doc (#16246)
This commit is contained in:
parent
837e8b30a7
commit
7a0ed9a046
1 changed files with 3 additions and 0 deletions
|
@ -221,6 +221,9 @@ If you wish to run Gitea with IIS. You will need to setup IIS with URL Rewrite a
|
||||||
```xml
|
```xml
|
||||||
<?xml version="1.0" encoding="UTF-8"?>
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
<configuration>
|
<configuration>
|
||||||
|
<system.web>
|
||||||
|
<httpRuntime requestPathInvalidCharacters="" />
|
||||||
|
</system.web>
|
||||||
<system.webServer>
|
<system.webServer>
|
||||||
<security>
|
<security>
|
||||||
<requestFiltering>
|
<requestFiltering>
|
||||||
|
|
Loading…
Reference in a new issue