Skip to content

Commit

Permalink
fix IIS reverse proxy doc (#16246)
Browse files Browse the repository at this point in the history
  • Loading branch information
nexero authored Jun 25, 2021
1 parent 837e8b3 commit 7a0ed9a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docs/content/doc/usage/reverse-proxies.en-us.md
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit 7a0ed9a

Please sign in to comment.