Fix balancer reversed
Signed-off-by: Patrick Uiterwijk <puiterwijk@redhat.com>
This commit is contained in:
parent
08d89934ec
commit
9b1fd99655
1 changed files with 1 additions and 1 deletions
|
@ -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}}/"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue