add tcp_option

This commit is contained in:
Arne Teuke
2025-01-29 23:06:55 +01:00
parent f646e5613e
commit e5ca1254c7

View File

@@ -2,11 +2,10 @@
frontend <%= @frontend_name %> frontend <%= @frontend_name %>
mode <%= @frontend_mode %> mode <%= @frontend_mode %>
bind <%= @fe_bind_mode %> bind <%= @fe_bind_mode %>
#
<% if @fe_maxconn != '' -%> <% if @fe_maxconn != '' -%>
maxconn <%= @fe_maxconn %> maxconn <%= @fe_maxconn %>
<% end -%> <% end -%>
<% if @fe_tcp_request_array and !@fe_tcp_request_array.empty? -%> <% if @fe_tcp_request_array and !@fe_tcp_request_array.empty? -%>
<% @fe_tcp_request_array.each do |fe_tcp_request| -%> <% @fe_tcp_request_array.each do |fe_tcp_request| -%>
acl <%= fe_tcp_request %> acl <%= fe_tcp_request %>