aboutsummaryrefslogtreecommitdiffstats
path: root/configdefinitions
diff options
context:
space:
mode:
authorBjørn Christian Seime <bjorncs@verizonmedia.com>2020-03-27 12:46:37 +0100
committerBjørn Christian Seime <bjorncs@verizonmedia.com>2020-03-27 12:46:37 +0100
commitd772522499db381df8ee43fea95343e1500dcfef (patch)
tree0db6c0d1afae41920deb978c564d1994d0c51dbd /configdefinitions
parente63f7068d3716ef7aa174d6ae7c9a5a5dd754ee3 (diff)
Add feature flag to enable Nginx upstream proxy protocol
Diffstat (limited to 'configdefinitions')
-rw-r--r--configdefinitions/src/vespa/lb-services.def3
1 files changed, 3 insertions, 0 deletions
diff --git a/configdefinitions/src/vespa/lb-services.def b/configdefinitions/src/vespa/lb-services.def
index 33c568061fe..cc496a99c20 100644
--- a/configdefinitions/src/vespa/lb-services.def
+++ b/configdefinitions/src/vespa/lb-services.def
@@ -4,6 +4,9 @@
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