Add Administration Capabilites to the Haproxy Stats GUI

Change-Id: If1717f539167d4a6b67e14616bd1de7fbd31dd46
Closes-Bug: #1499097
This commit is contained in:
seetha ramaiah munnangi 2015-09-23 15:43:57 -07:00
parent 798fb26378
commit 00a3ff23c5
1 changed files with 3 additions and 0 deletions

View File

@ -29,5 +29,8 @@ listen stats {{ haproxy_stats_bind_address }}:{{ haproxy_stats_port }}
stats hide-version
stats realm Haproxy\ Statistics
stats uri /
stats show-node
stats show-legends
stats auth {{ haproxy_username }}:{{ haproxy_stats_password }}
stats admin if TRUE
{% endif %}