fix IIS reverse proxy doc (#16246)

tokarchuk/v1.17
Martin Strob 3 years ago committed by GitHub
parent 837e8b30a7
commit 7a0ed9a046
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 3
      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
```xml
<?xml version="1.0" encoding="UTF-8"?>
<configuration>
<system.web>
<httpRuntime requestPathInvalidCharacters="" />
</system.web>
<system.webServer>
<security>
<requestFiltering>

Loading…
Cancel
Save