Fix trailing slash on balancer
Signed-off-by: Patrick Uiterwijk <puiterwijk@redhat.com>
This commit is contained in:
parent
f3fb0336e3
commit
ab4c8f3521
1 changed files with 3 additions and 2 deletions
|
@ -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 %}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue