add forward path prefix to prefix services in a sub path.

This commit is contained in:
jerry-yuan
2023-08-11 16:49:15 +00:00
parent fa851b61da
commit 2772489f0d
13 changed files with 82 additions and 5 deletions

View File

@ -32,6 +32,11 @@
"minimum": 1,
"maximum": 65535
},
"forward_path_prefix":{
"type":"string",
"pattern": "^(\/[^/]+)*$",
"maxLength":255
},
"certificate_id": {
"$ref": "../definitions.json#/definitions/certificate_id"
},
@ -102,6 +107,10 @@
"forward_path": {
"type": "string"
},
"forward_path_prefix":{
"type":"string",
"pattern": "^(\/[^/]+)*$"
},
"advanced_config": {
"type": "string"
}
@ -221,6 +230,9 @@
"forward_port": {
"$ref": "#/definitions/forward_port"
},
"forward_path_prefix":{
"$ref": "#/definitions/forward_path_prefix"
},
"certificate_id": {
"$ref": "#/definitions/certificate_id"
},
@ -294,6 +306,9 @@
"forward_port": {
"$ref": "#/definitions/forward_port"
},
"forward_path_prefix":{
"$ref": "#/definitions/forward_path_prefix"
},
"certificate_id": {
"$ref": "#/definitions/certificate_id"
},