aboutsummaryrefslogtreecommitdiffstats
path: root/configdefinitions
diff options
context:
space:
mode:
authorBjørn Christian Seime <bjorncs@verizonmedia.com>2020-04-22 10:42:50 +0200
committerBjørn Christian Seime <bjorncs@verizonmedia.com>2020-04-27 13:25:57 +0200
commite9c6a3bd0fbceb50f70b64bf4ca77b071598efa5 (patch)
treeea0a568db1d7075444d13eb66fae46130f1f847f /configdefinitions
parent7e7eb8cdcd4cc384a01e80c3dc860fb1cddfa613 (diff)
Remove 'nginx-upstream-proxy-protocol' feature flag
Diffstat (limited to 'configdefinitions')
-rw-r--r--configdefinitions/src/vespa/lb-services.def3
1 files changed, 0 insertions, 3 deletions
diff --git a/configdefinitions/src/vespa/lb-services.def b/configdefinitions/src/vespa/lb-services.def
index cc496a99c20..33c568061fe 100644
--- a/configdefinitions/src/vespa/lb-services.def
+++ b/configdefinitions/src/vespa/lb-services.def
@@ -4,9 +4,6 @@
namespace=cloud.config
-# Enable proxy-protocol for nginx upstreams
-nginxUpstreamProxyProtocol bool default=false
-
# Active rotation given as flag 'active' for a prod region in deployment.xml
# Default true for now (since code in config-model to set it is not ready yet), should have no default value
tenants{}.applications{}.activeRotation bool default=true