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 %>