Initial commit

This commit is contained in:
2023-06-18 20:03:08 +02:00
parent 93878a91c1
commit f8d4f03cf8
12 changed files with 444 additions and 479 deletions

18
Caddyfile Normal file
View File

@ -0,0 +1,18 @@
:80 {
root * /srv
file_server {
hide Caddyfile
hide .git .gitignore Caddyfile *.md
}
handle_errors {
@404 {
expression {http.error.status_code} == 404
}
rewrite @404 /404.html
file_server
}
log
metrics /metrics
}