change template

This commit is contained in:
Arne Teuke
2025-01-27 13:42:33 +01:00
parent f06980bf23
commit bdd14365bf
3 changed files with 10 additions and 9 deletions

View File

@@ -7,6 +7,10 @@ maxconn <%= @fe_maxconn %>
<% end -%>
<% if @fe_maxconn == '' -%>
<% end -%>
<% if @acl_rule_front != '' -%>
<% @acl_rule.each do |acl_rule| -%>
acl <%= acl_rule %>
<% end -%>
<% if @fe_use_backend != '' -%>
use_backend <%= @fe_use_backend %>