Enable haproxy stats
Signed-off-by: Patrick Uiterwijk <patrick@puiterwijk.org>
This commit is contained in:
parent
f06aa504b9
commit
2d6ccdbbe3
1 changed files with 9 additions and 0 deletions
|
@ -27,6 +27,15 @@ defaults
|
||||||
timeout client 500s
|
timeout client 500s
|
||||||
timeout server 500s
|
timeout server 500s
|
||||||
|
|
||||||
|
frontend stats-frontend
|
||||||
|
bind 0.0.0.0:8080
|
||||||
|
default_backend stats-backend
|
||||||
|
|
||||||
|
backend stats-backend
|
||||||
|
balance hdr(appserver)
|
||||||
|
stats enable
|
||||||
|
stats uri /
|
||||||
|
|
||||||
frontend os-masters-kapi
|
frontend os-masters-kapi
|
||||||
mode tcp
|
mode tcp
|
||||||
bind 38.145.48.40:6443
|
bind 38.145.48.40:6443
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue