update head template

This commit is contained in:
Arne Teuke
2025-02-12 11:53:15 +01:00
parent 4316a4dad7
commit 09450c2f57

View File

@@ -56,5 +56,15 @@ defaults
timeout check <%= @hy_timeout_check %>
maxconn <%= @hy_maxconn %>
listen stats
bind 127.0.0.1:8404 # Bind to localhost if only local access is needed
mode http
stats enable
stats uri /haproxy?stats
stats realm Strictly\ Private
stats auth local_admin:jSAVu62MV+kr+>R. # Use a strong password
stats refresh 30s
stats admin if TRUE # Allow admin actions if logged in
### custom rules below ###