Minnor comment change
This commit is contained in:
parent
8877df8fe1
commit
4ceb1e936d
1 changed files with 1 additions and 1 deletions
|
|
@ -179,7 +179,7 @@ fn select_handler {
|
|||
if not if (test -f $body.html)
|
||||
set_handler html_handler $body.html
|
||||
|
||||
# Explicit .html urls, usually the web server will handle this as static files
|
||||
# Explicit .html urls, unfortunately usually the web server will handle this as static files
|
||||
if not if (~ $body *.html && test -f $body)
|
||||
perm_redirect `{ echo $REQUEST_URI|sed 's/.html$//' }
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue