Enabling SSL for HAproxy stats WebUI.
Change-Id: Iec57d7e7bf9767a5d9248670d79e0b3e8f8fb7c1
This commit is contained in:
@@ -37,7 +37,8 @@ defaults
|
||||
|
||||
{% if haproxy_stats_enabled | bool %}
|
||||
listen stats
|
||||
bind {{ haproxy_stats_bind_address }}:{{ haproxy_stats_port }}
|
||||
bind {{ haproxy_stats_bind_address }}:{{ haproxy_stats_port }} {% if haproxy_ssl | bool %}ssl crt {{ haproxy_ssl_pem }} ciphers {{ haproxy_ssl_cipher_suite }}{% endif %}
|
||||
|
||||
mode http
|
||||
stats enable
|
||||
stats hide-version
|
||||
|
||||
Reference in New Issue
Block a user