There is no elif, just an else
Signed-off-by: Patrick Uiterwijk <puiterwijk@redhat.com>
This commit is contained in:
parent
35e6135967
commit
f027845144
1 changed files with 1 additions and 1 deletions
|
@ -24,7 +24,7 @@ ProxyPreserveHost On
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
</Proxy>
|
</Proxy>
|
||||||
ProxyPass {{ localpath }} "balancer://{{balancer_name}}"
|
ProxyPass {{ localpath }} "balancer://{{balancer_name}}"
|
||||||
{% elif %}
|
{% else %}
|
||||||
ProxyPass {{ localpath }} {{ proxyurl }}{{remotepath}}
|
ProxyPass {{ localpath }} {{ proxyurl }}{{remotepath}}
|
||||||
{% endif %}
|
{% endif %}
|
||||||
ProxyPassReverse {{ localpath }} {{ proxyurl }}{{remotepath}}
|
ProxyPassReverse {{ localpath }} {{ proxyurl }}{{remotepath}}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue