mirror of
https://github.com/netbirdio/plugins.git
synced 2026-05-22 18:44:07 -07:00
Ensure http-reuse only applies to http backend
This commit is contained in:
@@ -1032,7 +1032,7 @@ backend {{backend.name}}
|
||||
{{customOpt}}
|
||||
{% endfor %}
|
||||
{% endif %}
|
||||
{% if backend.tuning_httpreuse|default("") != "" %}
|
||||
{% if backend.tuning_httpreuse|default("") != "" and backend.mode == "http" %}
|
||||
http-reuse {{backend.tuning_httpreuse}}
|
||||
{% endif %}
|
||||
{% if backend.tuning_defaultserver|default("") != "" %}
|
||||
|
||||
Reference in New Issue
Block a user