Fix trailing slash on balancer

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

View file

@ -24,8 +24,9 @@ SSLProxyEngine On
BalancerMember "{{ member }}/{{remotepath}}"
{% endfor %}
</Proxy>
ProxyPass {{ localpath }} "balancer://{{balancer_name}}"
ProxyPass {{ localpath }} "balancer://{{balancer_name}}/"
ProxyPassReverse {{ localpath }} "balancer://{{balancer_name}}/"
{% else %}
ProxyPass {{ localpath }} {{ proxyurl }}{{remotepath}}
{% endif %}
ProxyPassReverse {{ localpath }} {{ proxyurl }}{{remotepath}}
{% endif %}