disable the local stats listener for now

This commit is contained in:
Arne Teuke
2025-03-02 22:00:36 +01:00
parent 4753b961c3
commit a1dcb8ed83

View File

@@ -54,15 +54,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 <%= @hy_stats_auth %>
stats refresh 30s
stats admin if TRUE # Allow admin actions if logged in
#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 <%= @hy_stats_auth %>
# stats refresh 30s
# stats admin if TRUE # Allow admin actions if logged in
<% if @hy_manage_be_users == true -%>
<%= @hy_be_userlist %>