bloggy/Caddyfile

11 lines
203 B
Caddyfile
Raw Normal View History

2021-12-26 21:24:09 +01:00
localhost {
templates
encode zstd gzip
root * /path/to/bloggy # Change this
file_server
rewrite /blog/* blog.html
handle_errors {
respond "{http.error.status_code} {http.error.status_text}"
}
}