From 31b4b774674265329bd75f8612efbfbfb887cc13 Mon Sep 17 00:00:00 2001 From: andrewheberle Date: Tue, 6 Aug 2019 13:29:25 +0800 Subject: [PATCH] Change http-reuse default This change updates the default "http-reuse" to match the recommendation to use "safe" from the HAProxy documentation since HAProxy 1.6, despite the default actually being "never" since the option was introduced. It also matches the new default in the current HAProxy 2.0 release. --- .../opnsense/mvc/app/models/OPNsense/HAProxy/HAProxy.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/net/haproxy/src/opnsense/mvc/app/models/OPNsense/HAProxy/HAProxy.xml b/net/haproxy/src/opnsense/mvc/app/models/OPNsense/HAProxy/HAProxy.xml index 296262e91..4d6470aab 100644 --- a/net/haproxy/src/opnsense/mvc/app/models/OPNsense/HAProxy/HAProxy.xml +++ b/net/haproxy/src/opnsense/mvc/app/models/OPNsense/HAProxy/HAProxy.xml @@ -968,10 +968,10 @@ N - never + safe - Never [default] - Safe + Never + Safe [default] Aggressive Always