This patch enables haproxy stats by properly listening on address:port

Change-Id: Ie285fcc34cda6c206dd7bef47faf1874c7ff93c4
Closes-Bug: 1737720
This commit is contained in:
Jakub Rohovsky 2017-12-12 13:00:31 +01:00
parent bb4f9011da
commit 9ce9db2466
1 changed files with 2 additions and 1 deletions

View File

@ -33,7 +33,8 @@ defaults
timeout server 90000
{%- endif %}
listen stats {{ options.stat_port }}
listen stats
bind {{ options.local_host }}:{{ options.haproxy_stat_port }}
mode http
stats enable
stats hide-version