diff --git a/roles/httpd/reverseproxy/templates/reversepassproxy.conf b/roles/httpd/reverseproxy/templates/reversepassproxy.conf index 4eca299523..a9ead95df9 100644 --- a/roles/httpd/reverseproxy/templates/reversepassproxy.conf +++ b/roles/httpd/reverseproxy/templates/reversepassproxy.conf @@ -21,7 +21,7 @@ ProxyPreserveHost On SSLProxyEngine On {% for member in balancer_members %} - BalancerMember "{{ member }}/{{remotepath}}" + BalancerMember "{{ member }}{{remotepath}}" {% endfor %} ProxyPass {{ localpath }} "balancer://{{balancer_name}}/"