Skip to content

Commit

Permalink
Format
Browse files Browse the repository at this point in the history
  • Loading branch information
j8r committed Jul 9, 2020
1 parent a477867 commit 4a1bc37
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions spec/web_site_spec.cr
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,12 @@ example.com {
redir /.well-known /remote.php 301
rewrite {
r /uploads\/(.*)\.php
r /uploads/(.*).php
to /
}
rewrite {
if {path} not_match ^\/admin
if {path} not_match ^/admin
to {path} {path}/ /index.php?{query}
}
Expand Down

0 comments on commit 4a1bc37

Please sign in to comment.