Enabling SSL for HAproxy stats WebUI.

Change-Id: Iec57d7e7bf9767a5d9248670d79e0b3e8f8fb7c1
This commit is contained in:
Vaishali Pavashe
2017年07月14日 17:08:42 -04:00
parent 970fbd758a
commit 4a93cafb94

View File

@@ -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
openstack/openstack-ansible-haproxy_server
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.

The note is not visible to the blocked user.