Enabling SSL for HAproxy stats WebUI.
Change-Id: Iec57d7e7bf9767a5d9248670d79e0b3e8f8fb7c1
This commit is contained in:
1 changed files with 2 additions and 1 deletions
@@ -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
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.