You've already forked nginx-proxy-manager
							
							
				mirror of
				https://github.com/NginxProxyManager/nginx-proxy-manager.git
				synced 2025-11-04 04:11:42 +03:00 
			
		
		
		
	Restrict redirect http code
This commit is contained in:
		@@ -180,10 +180,11 @@
 | 
				
			|||||||
      }
 | 
					      }
 | 
				
			||||||
    },
 | 
					    },
 | 
				
			||||||
    "http_code": {
 | 
					    "http_code": {
 | 
				
			||||||
      "description": "HTTP Status Code",
 | 
					      "description": "Redirect HTTP Status Code",
 | 
				
			||||||
      "example": 302,
 | 
					      "example": 302,
 | 
				
			||||||
      "type": "integer",
 | 
					      "type": "integer",
 | 
				
			||||||
      "minimum": 0
 | 
					      "minimum": 300,
 | 
				
			||||||
 | 
					      "maximum": 308
 | 
				
			||||||
    },
 | 
					    },
 | 
				
			||||||
    "scheme": {
 | 
					    "scheme": {
 | 
				
			||||||
      "description": "RFC Protocol",
 | 
					      "description": "RFC Protocol",
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user