From 17dbd5b54f5a9977f5d7cbeea35c27e07b130f10 Mon Sep 17 00:00:00 2001 From: joy Date: Wed, 29 Oct 2025 20:41:58 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20scripts/haproxy.sh?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- scripts/haproxy.sh | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/scripts/haproxy.sh b/scripts/haproxy.sh index 2991684..26ce980 100644 --- a/scripts/haproxy.sh +++ b/scripts/haproxy.sh @@ -98,6 +98,16 @@ global group haproxy daemon +listen haproxy-stats + bind 0.0.0.0:9090 + mode http + stats enable + stats uri /stats + stats auth admin:Admin@123 + stats refresh 30s + stats show-node + stats show-legends + defaults mode tcp log global