diff --git a/roles/httpd/reverseproxy/templates/reversepassproxy.conf b/roles/httpd/reverseproxy/templates/reversepassproxy.conf index 148175b004..28b72b0473 100644 --- a/roles/httpd/reverseproxy/templates/reversepassproxy.conf +++ b/roles/httpd/reverseproxy/templates/reversepassproxy.conf @@ -65,5 +65,5 @@ ProxyPass {{ localpath }} "balancer://{{balancer_name}}{{remotepath}}" ProxyPassReverse {{ localpath }} "balancer://{{balancer_name}}{{remotepath}}" {% else %} ProxyPass {{ localpath }} {{ proxyurl }}{{remotepath}} {{ proxyopts }} -ProxyPassReverse {{ localpath }} {{ proxyurl }}{{remotepath}} {{ proxyopts }} +ProxyPassReverse {{ localpath }} {{ proxyurl }}{{remotepath}} {% endif %}