mirror of
https://github.com/netbirdio/plugins.git
synced 2026-05-22 18:44:07 -07:00
net/relayd: fix typo in relayd.conf template
This commit is contained in:
committed by
Franco Fichtner
parent
73b0e36f12
commit
c00a5d3208
+1
-1
@@ -1,5 +1,5 @@
|
||||
PLUGIN_NAME= relayd
|
||||
PLUGIN_VERSION= 2.4
|
||||
PLUGIN_VERSION= 2.5
|
||||
PLUGIN_REVISION= 2
|
||||
PLUGIN_DEPENDS= relayd
|
||||
PLUGIN_COMMENT= Relayd Load Balancer
|
||||
|
||||
@@ -106,7 +106,7 @@ disable
|
||||
{% set backuptablecheck = helpers.getUUID(virtualserver.backuptransport_tablecheck) if virtualserver.backuptransport_tablecheck is defined %}
|
||||
{% set _backuptablecheck = '' %}
|
||||
{% if backuptablecheck.type == 'http' and backuptablecheck.path is defined%}
|
||||
{% set _backuptablecheck = 'check ' ~ backuptablecheck.type ~ 's' %}
|
||||
{% set _backuptablecheck = 'check ' ~ backuptablecheck.type %}
|
||||
{% if backuptablecheck.ssl|default('0') == '1' %}
|
||||
{% set _backuptablecheck = _backuptablecheck ~ 's' %}
|
||||
{% endif %}
|
||||
|
||||
Reference in New Issue
Block a user