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.
This commit is contained in:
andrewheberle
2019-08-06 13:29:25 +08:00
committed by GitHub
parent 1cdee5fba6
commit 31b4b77467
@@ -968,10 +968,10 @@
</tuning_noport>
<tuning_httpreuse type="OptionField">
<Required>N</Required>
<default>never</default>
<default>safe</default>
<OptionValues>
<never>Never [default]</never>
<safe>Safe</safe>
<never>Never</never>
<safe>Safe [default]</safe>
<aggressive>Aggressive</aggressive>
<always>Always</always>
</OptionValues>