change template
This commit is contained in:
@@ -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 %>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user