edit proxy
This commit is contained in:
@@ -3,8 +3,9 @@ backend <%= @backend_name %>
|
||||
<% if @be_mode != '' -%>
|
||||
mode <%= @be_mode %>
|
||||
<% end -%>
|
||||
<% if @acl_rule_back != '' -%>
|
||||
acl <%= @acl_rule_back %>
|
||||
<% if !@acl_rule_back_array.empty? -%>
|
||||
<% @acl_rule_back_array.each do |acl_rule| -%>
|
||||
acl <%= acl_rule %>
|
||||
<% end -%>
|
||||
<% if @be_balance != '' -%>
|
||||
balance <%= @be_balance %>
|
||||
|
||||
Reference in New Issue
Block a user