Whitespace.
This commit is contained in:
parent
5ac9136973
commit
0ec6d0e2e1
1 changed files with 3 additions and 1 deletions
|
@ -3,7 +3,9 @@ RewriteEngine On
|
|||
RewriteRule ^{{remotepath}}$ %{REQUEST_URI}/ [R=301]
|
||||
|
||||
{% endif %}
|
||||
{% if header_scheme %}RequestHeader set X-Forwarded-Scheme https early
|
||||
{% if header_scheme %}
|
||||
RequestHeader set X-Forwarded-Scheme https early
|
||||
|
||||
{% endif %}
|
||||
ProxyPass {{ localpath }} {{ proxyurl }}{{remotepath}}
|
||||
ProxyPassReverse {{ localpath }} {{ proxyurl }}{{remotepath}}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue