mirror of
https://github.com/NginxProxyManager/nginx-proxy-manager.git
synced 2025-10-05 04:10:10 +00:00
Merge 299bc0854c
into 79d28f03d0
This commit is contained in:
@@ -9,6 +9,7 @@
|
||||
"domain_names",
|
||||
"forward_host",
|
||||
"forward_port",
|
||||
"client_max_body_size",
|
||||
"access_list_id",
|
||||
"certificate_id",
|
||||
"ssl_forced",
|
||||
@@ -51,6 +52,11 @@
|
||||
"minimum": 1,
|
||||
"maximum": 65535
|
||||
},
|
||||
"client_max_body_size": {
|
||||
"type": "integer",
|
||||
"minimum": 1,
|
||||
"maximum": 4096
|
||||
},
|
||||
"access_list_id": {
|
||||
"$ref": "../common.json#/properties/access_list_id"
|
||||
},
|
||||
@@ -111,6 +117,9 @@
|
||||
"forward_port": {
|
||||
"$ref": "#/properties/forward_port"
|
||||
},
|
||||
"client_max_body_size": {
|
||||
"$ref": "#/properties/client_max_body_size"
|
||||
},
|
||||
"forward_path": {
|
||||
"type": "string"
|
||||
},
|
||||
|
Reference in New Issue
Block a user