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
|
||||
|
||||
{% if path == '/favicon.ico$' %}
|
||||
RewriteRule {{path}} {{target}} [P]
|
||||
{% else %}
|
||||
RewriteRule {{path}} {{target}} [R={{status}},L]
|
||||
{% endif %}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue