add tcp_option
This commit is contained in:
@@ -1,8 +1,13 @@
|
|||||||
<% if @fqdn == @haproxy_fqdn -%>
|
<% if @fqdn == @haproxy_fqdn -%>
|
||||||
|
<% if @frontend_name != '' -%>
|
||||||
frontend <%= @frontend_name %>
|
frontend <%= @frontend_name %>
|
||||||
|
<% end -%>
|
||||||
|
<% if @frontend_mode != '' -%>
|
||||||
mode <%= @frontend_mode %>
|
mode <%= @frontend_mode %>
|
||||||
|
<% end -%>
|
||||||
|
<% if @fe_bind_mode != '' -%>
|
||||||
bind <%= @fe_bind_mode %>
|
bind <%= @fe_bind_mode %>
|
||||||
|
<% end -%>
|
||||||
<% if @fe_maxconn != '' -%>
|
<% if @fe_maxconn != '' -%>
|
||||||
maxconn <%= @fe_maxconn %>
|
maxconn <%= @fe_maxconn %>
|
||||||
<% end -%>
|
<% end -%>
|
||||||
|
|||||||
Reference in New Issue
Block a user