mirror of
https://github.com/NginxProxyManager/nginx-proxy-manager.git
synced 2025-08-01 15:04:04 +00:00
Merge pull request #1366 from BjoernAkAManf/patch-1
Forwarding host should be anyOf not oneOf
This commit is contained in:
@@ -21,7 +21,7 @@
|
|||||||
"maximum": 65535
|
"maximum": 65535
|
||||||
},
|
},
|
||||||
"forwarding_host": {
|
"forwarding_host": {
|
||||||
"oneOf": [
|
"anyOf": [
|
||||||
{
|
{
|
||||||
"$ref": "../definitions.json#/definitions/domain_name"
|
"$ref": "../definitions.json#/definitions/domain_name"
|
||||||
},
|
},
|
||||||
|
Reference in New Issue
Block a user