mirror of
				https://gitee.com/gitea/gitea
				synced 2025-11-04 16:40:24 +08:00 
			
		
		
		
	fix IIS reverse proxy doc (#16246)
This commit is contained in:
		@@ -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>
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user