Fix Stats
This commit is contained in:
parent
de0c7a93b8
commit
d55330e7cd
1 changed files with 2 additions and 1 deletions
|
|
@ -47,7 +47,8 @@ frontend stats
|
||||||
stats auth $1:$2
|
stats auth $1:$2
|
||||||
# acl is_proxystats hdr_dom(host) -i some.host.com
|
# acl is_proxystats hdr_dom(host) -i some.host.com
|
||||||
# default_backend srv_stats
|
# default_backend srv_stats
|
||||||
use_backend srv_stats if is_proxystats
|
# use_backend srv_stats if is_proxystats
|
||||||
|
default_backend srv_stats
|
||||||
|
|
||||||
backend srv_stats
|
backend srv_stats
|
||||||
mode http
|
mode http
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue