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