We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 74a4ac7 + 2a4211f commit 9a13807Copy full SHA for 9a13807
etc/kayobe/kolla/config/haproxy/services.d/os_capacity.cfg
@@ -7,7 +7,7 @@ frontend os_capacity_frontend
7
option forwardfor
8
http-request set-header X-Forwarded-Proto https if { ssl_fc }
9
{% if kolla_enable_tls_internal | bool %}
10
- bind {{ kolla_internal_vip_address }}:9090 ssl crt /etc/haproxy/haproxy-internal.pem
+ bind {{ kolla_internal_vip_address }}:9090 ssl crt /etc/haproxy/certificates/haproxy-internal.pem
11
{% else %}
12
bind {{ kolla_internal_vip_address }}:9090
13
{% endif %}
0 commit comments