mirror of
https://github.com/netbirdio/plugins.git
synced 2026-05-22 18:44:07 -07:00
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:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user