From 7e7425f0a533efa3b62e0630952dfdb03bef356d Mon Sep 17 00:00:00 2001 From: Arne Teuke Date: Tue, 28 Jan 2025 18:37:13 +0100 Subject: [PATCH] update template --- templates/haproxy_frontend_rule.erb | 1 + 1 file changed, 1 insertion(+) diff --git a/templates/haproxy_frontend_rule.erb b/templates/haproxy_frontend_rule.erb index 9927d6a..2f8fbf8 100644 --- a/templates/haproxy_frontend_rule.erb +++ b/templates/haproxy_frontend_rule.erb @@ -16,5 +16,6 @@ acl <%= acl_rule_front %> # use_backend <%= fe_use_backend %> <% end -%> +default_backend <%= @default_backend %> <% end -%> <% end -%>