aboutsummaryrefslogtreecommitdiffstats
path: root/config-model/src/main/resources
diff options
context:
space:
mode:
authorJon Bratseth <bratseth@verizonmedia.com>2020-01-17 12:54:38 +0100
committerJon Bratseth <bratseth@verizonmedia.com>2020-01-17 12:54:38 +0100
commit6f695e3201aaa24a0672e81a24fea478479b89a4 (patch)
treef3bf79432ec73c78e026c0aaad3c414204ebfc85 /config-model/src/main/resources
parent2635cb9c2a8b1cd0a548185e3c7a07ee64f842b1 (diff)
Revert "Merge pull request #11805 from vespa-engine/revert-11792-bratseth/dont-allow-wrong-webserviceport"
This reverts commit 1032436c17935fa0da7aadf75cce6a51e0197756, reversing changes made to 891e243f84eab77a08ff3e42a6063e3fb3d74a87.
Diffstat (limited to 'config-model/src/main/resources')
-rw-r--r--config-model/src/main/resources/schema/containercluster.rnc2
1 files changed, 1 insertions, 1 deletions
diff --git a/config-model/src/main/resources/schema/containercluster.rnc b/config-model/src/main/resources/schema/containercluster.rnc
index 142abb5c63b..ffa26bc6251 100644
--- a/config-model/src/main/resources/schema/containercluster.rnc
+++ b/config-model/src/main/resources/schema/containercluster.rnc
@@ -64,7 +64,7 @@ Filtering = element filtering {
}
HttpServer = element server {
- attribute port { xsd:nonNegativeInteger } &
+ attribute port { xsd:nonNegativeInteger }? &
ComponentId &
(Ssl | SslProvider)? &
GenericConfig*