add tcp_option

This commit is contained in:
Arne Teuke
2025-01-29 23:45:11 +01:00
parent e49d11242d
commit ddcfef8d8a

View File

@@ -1,8 +1,13 @@
<% if @fqdn == @haproxy_fqdn -%>
<% if @frontend_name != '' -%>
frontend <%= @frontend_name %>
<% end -%>
<% if @frontend_mode != '' -%>
mode <%= @frontend_mode %>
<% end -%>
<% if @fe_bind_mode != '' -%>
bind <%= @fe_bind_mode %>
<% end -%>
<% if @fe_maxconn != '' -%>
maxconn <%= @fe_maxconn %>
<% end -%>