Fix balancer reversed

Signed-off-by: Patrick Uiterwijk <puiterwijk@redhat.com>
This commit is contained in:
Patrick Uiterwijk 2018-05-31 23:24:59 +02:00
parent 08d89934ec
commit 9b1fd99655

View file

@ -21,7 +21,7 @@ ProxyPreserveHost On
SSLProxyEngine On
<Proxy "balancer://{{balancer_name}}">
{% for member in balancer_members %}
BalancerMember "{{ member }}/{{remotepath}}"
BalancerMember "{{ member }}{{remotepath}}"
{% endfor %}
</Proxy>
ProxyPass {{ localpath }} "balancer://{{balancer_name}}/"