bloggy/Caddyfile

12 lines
245 B
Caddyfile

# This sample Caddyfile will run the server on localhost.
localhost {
templates
encode zstd gzip
root * ./ # Edit me!
file_server
rewrite /blog/* blog.html
handle_errors {
respond "{http.error.status_code} {http.error.status_text}"
}
}