add tcp_option
This commit is contained in:
@@ -2,11 +2,10 @@
|
||||
frontend <%= @frontend_name %>
|
||||
mode <%= @frontend_mode %>
|
||||
bind <%= @fe_bind_mode %>
|
||||
#
|
||||
|
||||
<% if @fe_maxconn != '' -%>
|
||||
maxconn <%= @fe_maxconn %>
|
||||
<% end -%>
|
||||
|
||||
<% if @fe_tcp_request_array and !@fe_tcp_request_array.empty? -%>
|
||||
<% @fe_tcp_request_array.each do |fe_tcp_request| -%>
|
||||
acl <%= fe_tcp_request %>
|
||||
|
||||
Reference in New Issue
Block a user