From bfd7cb3b5ff36bba31a4bc7c2c6e4aa6a24be89b Mon Sep 17 00:00:00 2001 From: Ralph Bean Date: Mon, 8 Dec 2014 17:22:20 +0000 Subject: [PATCH] whitespace. --- roles/httpd/reverseproxy/templates/reversepassproxy.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/httpd/reverseproxy/templates/reversepassproxy.conf b/roles/httpd/reverseproxy/templates/reversepassproxy.conf index ab4e3e588f..c79ddf9ea4 100644 --- a/roles/httpd/reverseproxy/templates/reversepassproxy.conf +++ b/roles/httpd/reverseproxy/templates/reversepassproxy.conf @@ -1,7 +1,7 @@ {% if rewrite %} RewriteEngine On RewriteRule ^{{remotepath}}$ %{REQUEST_URI}/ [R=301] -{% endif %} +{% endif %} ProxyPass {{ localpath }} {{ proxyurl }}{{remotepath}} ProxyPassReverse {{ localpath }} {{ proxyurl }}{{remotepath}}