whitespace.

This commit is contained in:
Ralph Bean 2014-12-08 17:22:20 +00:00
parent 308ac10712
commit bfd7cb3b5f

View file

@ -1,7 +1,7 @@
{% if rewrite %}
RewriteEngine On
RewriteRule ^{{remotepath}}$ %{REQUEST_URI}/ [R=301]
{% endif %}
{% endif %}
ProxyPass {{ localpath }} {{ proxyurl }}{{remotepath}}
ProxyPassReverse {{ localpath }} {{ proxyurl }}{{remotepath}}