Add whitespace to help with matching puppet.
This commit is contained in:
parent
4e7493ff0b
commit
89c0140ded
1 changed files with 2 additions and 0 deletions
|
@ -1,6 +1,8 @@
|
||||||
RewriteEngine On
|
RewriteEngine On
|
||||||
|
|
||||||
{% if path == '/favicon.ico$' %}
|
{% if path == '/favicon.ico$' %}
|
||||||
RewriteRule {{path}} {{target}} [P]
|
RewriteRule {{path}} {{target}} [P]
|
||||||
{% else %}
|
{% else %}
|
||||||
RewriteRule {{path}} {{target}} [R={{status}},L]
|
RewriteRule {{path}} {{target}} [R={{status}},L]
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue