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