Fixed tokenization

This commit is contained in:
2022-07-25 05:08:33 -05:00
parent 36d2fefa3b
commit 52df580ccb
2 changed files with 9 additions and 1 deletions

View File

@@ -22,7 +22,7 @@ set type text/html
# The following pages are html
read / site/index.html
# The path / should be read from site/index.html
read /hello site/hello.html
read /hello site/hello.html
# The path /hello should be read from site/hello.html
throw /blog/forbidden 403