From 0035ca67ed88794fe43bc9865aa8202939e540a7 Mon Sep 17 00:00:00 2001 From: Arne Teuke Date: Sun, 18 May 2025 18:00:07 +0200 Subject: [PATCH] fix template --- templates/haproxy_head.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/haproxy_head.erb b/templates/haproxy_head.erb index 779a3e1..8dd99b1 100644 --- a/templates/haproxy_head.erb +++ b/templates/haproxy_head.erb @@ -55,7 +55,7 @@ defaults maxconn <%= @hy_maxconn %> listen stats - bind 127.0.0.1:8404 # Bind to localhost if only local access is needed + bind 127.0.0.1:8404 # Bind to localhost if only local access is needed # mode http stats enable stats uri /haproxy?stats