mirror of
https://github.com/NginxProxyManager/nginx-proxy-manager.git
synced 2025-06-17 17:56:27 +00:00
add forward path prefix to prefix services in a sub path.
This commit is contained in:
@ -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"
|
||||
},
|
||||
|
Reference in New Issue
Block a user