From cd6720a25ea170cd59985e0db329def456c54d90 Mon Sep 17 00:00:00 2001 From: gashapwn Date: Mon, 30 Nov 2020 04:22:35 +0000 Subject: [PATCH] removed test pw from haproxy.cfg --- perl-script/conf/haproxy.cfg | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/perl-script/conf/haproxy.cfg b/perl-script/conf/haproxy.cfg index c210122..0ea85a9 100644 --- a/perl-script/conf/haproxy.cfg +++ b/perl-script/conf/haproxy.cfg @@ -16,6 +16,9 @@ defaults retries 3 maxconn 2000 +# Make sure to change user and password +# before enabling this + #listen haproxy_stats # bind *:25010 # mode http @@ -32,7 +35,7 @@ defaults # stats hide-version # stats refresh 30s # stats show-node -# stats auth metric:blacksheepcomeon +# stats auth SOMEUSER:SOMEPASSWORD # stats uri /haproxy?stats frontend haproxy