From 281ce92cd8aef1a47c6e80b27252fd975ad66a72 Mon Sep 17 00:00:00 2001 From: 12ww1160 <12ww1160@confdroid.com> Date: Sat, 5 Sep 2026 13:01:40 +0200 Subject: [PATCH] OP#669 fix head --- templates/haproxy_head.erb | 2 -- 1 file changed, 2 deletions(-) diff --git a/templates/haproxy_head.erb b/templates/haproxy_head.erb index e664a19..ae6df2f 100644 --- a/templates/haproxy_head.erb +++ b/templates/haproxy_head.erb @@ -50,7 +50,6 @@ defaults timeout check <%= @hy_timeout_check %> maxconn <%= @hy_maxconn %> -<% if @hy_show_stats == true -%> listen stats bind *:8404 mode http @@ -60,7 +59,6 @@ listen stats stats auth <%= @hy_stats_auth %> stats refresh 30s stats admin if TRUE # Allow admin actions if logged in -<% end -%> <% if @hy_manage_be_users == true -%> <%= @hy_be_userlist %>