This repository has been archived on 2025-02-06. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
presentation/Caddyfile

11 lines
125 B
Caddyfile
Raw Permalink Normal View History

:80 {
root * /usr/share/caddy
file_server
handle_errors {
rewrite * /{http.error.status_code}.html
file_server
}
}