whitespace.
This commit is contained in:
parent
308ac10712
commit
bfd7cb3b5f
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
||||||
{% if rewrite %}
|
{% if rewrite %}
|
||||||
RewriteEngine On
|
RewriteEngine On
|
||||||
RewriteRule ^{{remotepath}}$ %{REQUEST_URI}/ [R=301]
|
RewriteRule ^{{remotepath}}$ %{REQUEST_URI}/ [R=301]
|
||||||
{% endif %}
|
|
||||||
|
|
||||||
|
{% endif %}
|
||||||
ProxyPass {{ localpath }} {{ proxyurl }}{{remotepath}}
|
ProxyPass {{ localpath }} {{ proxyurl }}{{remotepath}}
|
||||||
ProxyPassReverse {{ localpath }} {{ proxyurl }}{{remotepath}}
|
ProxyPassReverse {{ localpath }} {{ proxyurl }}{{remotepath}}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue