mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-05-11 10:32:27 +08:00
Enable TLS proxying
Signed-off-by: Patrick Uiterwijk <puiterwijk@redhat.com>
This commit is contained in:
@@ -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}}"
|
||||
|
||||
Reference in New Issue
Block a user