mirror of
https://github.com/netbirdio/plugins.git
synced 2026-05-22 18:44:07 -07:00
net/haproxy: fix default value for HTTP/2 option
This commit is contained in:
@@ -673,7 +673,7 @@
|
||||
</http2Enabled_nontls>
|
||||
<advertised_protocols type="OptionField">
|
||||
<Required>N</Required>
|
||||
<default>http2,http11</default>
|
||||
<default>h2,http11</default>
|
||||
<Sorted>Y</Sorted>
|
||||
<Multiple>Y</Multiple>
|
||||
<OptionValues>
|
||||
@@ -850,7 +850,7 @@
|
||||
</http2Enabled_nontls>
|
||||
<ba_advertised_protocols type="OptionField">
|
||||
<Required>N</Required>
|
||||
<default>http2,http11</default>
|
||||
<default>h2,http11</default>
|
||||
<Sorted>Y</Sorted>
|
||||
<Multiple>Y</Multiple>
|
||||
<OptionValues>
|
||||
|
||||
Reference in New Issue
Block a user