mirror of
https://github.com/jc21/nginx-proxy-manager.git
synced 2024-08-30 18:22:48 +00:00
Restrict redirect http code
This commit is contained in:
parent
74db0004bd
commit
3b104710d5
@ -180,10 +180,11 @@
|
||||
}
|
||||
},
|
||||
"http_code": {
|
||||
"description": "HTTP Status Code",
|
||||
"description": "Redirect HTTP Status Code",
|
||||
"example": 302,
|
||||
"type": "integer",
|
||||
"minimum": 0
|
||||
"minimum": 300,
|
||||
"maximum": 308
|
||||
},
|
||||
"scheme": {
|
||||
"description": "RFC Protocol",
|
||||
|
Loading…
Reference in New Issue
Block a user