edit templates
This commit is contained in:
@@ -6,7 +6,6 @@ acl <%= @acl_rule_back %>
|
||||
<% if @be_balance != '' -%>
|
||||
balance <%= @be_balance %>
|
||||
<% end -%>
|
||||
|
||||
<% @be_server_name.each do |be_server| -%>
|
||||
server <%= be_server %>
|
||||
|
||||
|
||||
@@ -7,7 +7,6 @@ maxconn <%= @fe_maxconn %>
|
||||
<% elsif @fe_maxconn == '' -%>
|
||||
#
|
||||
<% end -%>
|
||||
|
||||
<% if @acl_rule_front != '' -%>
|
||||
acl <%= @acl_rule_front %>
|
||||
<% end -%>
|
||||
|
||||
@@ -18,7 +18,6 @@ global
|
||||
stats enable
|
||||
stats uri /stats
|
||||
stats auth joe:brown:P@sS
|
||||
stats socket <%= @hy_stats_socket %>
|
||||
<% end -%>
|
||||
|
||||
defaults
|
||||
|
||||
Reference in New Issue
Block a user