From e49d11242d229df3d59690530e4a07554b6d7954 Mon Sep 17 00:00:00 2001 From: Arne Teuke Date: Wed, 29 Jan 2025 23:29:44 +0100 Subject: [PATCH] add tcp_option --- templates/haproxy_frontend_rule.erb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/templates/haproxy_frontend_rule.erb b/templates/haproxy_frontend_rule.erb index 8459b03..5bc229b 100644 --- a/templates/haproxy_frontend_rule.erb +++ b/templates/haproxy_frontend_rule.erb @@ -22,5 +22,6 @@ use_backend <%= fe_use_backend %> <% end -%> <% end -%> default_backend <%= @default_backend %> -# + + <% end -%>