Add files

This commit is contained in:
2021-11-09 02:15:57 +01:00
parent 1b598d853e
commit 57c9f0011e
13 changed files with 250 additions and 0 deletions

28
Caddyfile Normal file
View File

@ -0,0 +1,28 @@
# vim: ft=caddyfile
{
grace_period 60s
import email
#acme_ca "https://acme-staging-v02.api.letsencrypt.org/directory"
}
(basicerrors) {
handle_errors {
templates
rewrite * /index.html
root * /etc/caddy/errors
file_server
}
}
(hsts) {
header Strict-Transport-Security max-age=31536000
}
(log) {
log {
output file /var/log/caddy/access.log
}
}
import conf.d/*
import conf.d/*