removed test pw from haproxy.cfg
This commit is contained in:
parent
7c3945afba
commit
cd6720a25e
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user