Enable TLS proxying

Signed-off-by: Patrick Uiterwijk <puiterwijk@redhat.com>
This commit is contained in:
Patrick Uiterwijk 2018-05-31 21:21:51 +02:00
parent 6b1b32504f
commit f3fb0336e3

View file

@ -18,6 +18,7 @@ ProxyPreserveHost On
{% endif %}
{% if balancer_name is defined %}
SSLProxyEngine On
<Proxy "balancer://{{balancer_name}}">
{% for member in balancer_members %}
BalancerMember "{{ member }}/{{remotepath}}"