From de501875bc9ba78e7fa2ca75170132533bf48ad2 Mon Sep 17 00:00:00 2001 From: Arne Teuke Date: Wed, 29 Jan 2025 23:07:43 +0100 Subject: [PATCH] add tcp_option --- templates/haproxy_frontend_rule.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/haproxy_frontend_rule.erb b/templates/haproxy_frontend_rule.erb index b972910..8459b03 100644 --- a/templates/haproxy_frontend_rule.erb +++ b/templates/haproxy_frontend_rule.erb @@ -8,7 +8,7 @@ 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 %> +tcp-request <%= fe_tcp_request %> <% end -%> <% end -%> <% if @acl_rule_front_array and !@acl_rule_front_array.empty? -%>