diff --git a/roles/httpd/reverseproxy/templates/reversepassproxy.fas.conf b/roles/httpd/reverseproxy/templates/reversepassproxy.fas.conf index 9d7d0cebe7..beb69201b5 100644 --- a/roles/httpd/reverseproxy/templates/reversepassproxy.fas.conf +++ b/roles/httpd/reverseproxy/templates/reversepassproxy.fas.conf @@ -8,5 +8,5 @@ RewriteRule /accounts/user/dogencert http://fas1/accounts/user/dogencert [P,L] ProxyPassReverse /accounts/user/dogencert http://fas1/ -ProxyPass {{localpath}} {{proxyurl}}/{{remotepath}} -ProxyPassReverse {{localpath}} {{proxyurl}}/{{remotepath}} +ProxyPass {{localpath}} {{proxyurl}}{{remotepath}} +ProxyPassReverse {{localpath}} {{proxyurl}}{{remotepath}}