Fix General Settings/Custom options not applied

This commit is contained in:
Manus Freedom
2016-06-07 09:44:14 +02:00
parent 80056bfc16
commit b3be108d38
@@ -491,7 +491,12 @@ global
{% endif %}
{% endfor %}
{% endif %}
{% if OPNsense.HAProxy.general.tuning.customOptions|default("") != "" %}
# WARNING: pass through options below this line
{% for customOpt in OPNsense.HAProxy.general.tuning.customOptions.split("\n") %}
{{customOpt}}
{% endfor %}
{% endif %}
{# ############################### #}
{# DEFAULTS #}