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

11 lines
125 B
Caddyfile

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