From ae1e36c5c82d39258875f2169ba65a10bc04cf43 Mon Sep 17 00:00:00 2001 From: Ralph Bean Date: Mon, 8 Dec 2014 20:17:34 +0000 Subject: [PATCH] Redundant slash. --- roles/httpd/reverseproxy/templates/reversepassproxy.fas.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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}}