mirror of
https://github.com/xiaoxinpro/nginx-proxy-manager-zh.git
synced 2025-03-14 17:48:14 -04:00
Restrict redirect http code
This commit is contained in:
parent
74db0004bd
commit
3b104710d5
@ -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",
|
||||||
|
Loading…
Reference in New Issue
Block a user