From c02fae9dd91ed3cc589ec26f8a056e8bb8a6526b Mon Sep 17 00:00:00 2001 From: Arne Teuke Date: Mon, 27 Jan 2025 16:13:58 +0100 Subject: [PATCH] edit templates --- templates/haproxy_frontend_rule.erb | 2 -- 1 file changed, 2 deletions(-) diff --git a/templates/haproxy_frontend_rule.erb b/templates/haproxy_frontend_rule.erb index 6b8ad89..95ee885 100644 --- a/templates/haproxy_frontend_rule.erb +++ b/templates/haproxy_frontend_rule.erb @@ -4,8 +4,6 @@ mode <%= @frontend_mode %> bind <%= @fe_bind_mode %> <% if @fe_maxconn != '' -%> maxconn <%= @fe_maxconn %> -<% elsif @fe_maxconn == '' -%> -# <% end -%> <% if @acl_rule_front != '' -%> acl <%= @acl_rule_front %>