diff --git a/roles/httpd/reverseproxy/templates/reversepassproxy.conf b/roles/httpd/reverseproxy/templates/reversepassproxy.conf index 17472e4d13..20c14cdab3 100644 --- a/roles/httpd/reverseproxy/templates/reversepassproxy.conf +++ b/roles/httpd/reverseproxy/templates/reversepassproxy.conf @@ -24,7 +24,7 @@ ProxyPreserveHost On {% endfor %} ProxyPass {{ localpath }} "balancer://{{balancer_name}}" -{% elif %} +{% else %} ProxyPass {{ localpath }} {{ proxyurl }}{{remotepath}} {% endif %} ProxyPassReverse {{ localpath }} {{ proxyurl }}{{remotepath}}