proxies / reverspassproxy: fix loop

Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
Kevin Fenzi 2022-06-03 20:51:46 -07:00
parent 6a0727c9e6
commit 6d99b43608

View file

@ -58,6 +58,7 @@ RewriteRule .* "balancer://{{ balancer_name }}-websocket%{REQUEST_URI}" [P]
</Proxy>
ProxyPass {{ localpath }} "balancer://{{balancer_name}}{{remotepath}}"
ProxyPassReverse {{ localpath }} "balancer://{{balancer_name}}{{remotepath}}"
{% endif %}
{% else %}
Redirect 421 /
{% endif %}