diff --git a/roles/httpd/reverseproxy/templates/reversepassproxy.conf b/roles/httpd/reverseproxy/templates/reversepassproxy.conf index 014b861d2f..d1faff8925 100644 --- a/roles/httpd/reverseproxy/templates/reversepassproxy.conf +++ b/roles/httpd/reverseproxy/templates/reversepassproxy.conf @@ -1,5 +1,4 @@ RewriteEngine On - {% if rewrite %} RewriteRule ^{{remotepath}}$ %{REQUEST_URI}/ [R=301] {% endif %}