miom.space/Caddyfile

14 lines
200 B
Caddyfile
Raw Normal View History

2021-10-22 11:13:16 +00:00
{
# acme_ca https://acme-staging-v02.api.letsencrypt.org/directory
log {
output file /var/log/caddy {
roll_keep 16
}
}
}
2021-10-22 16:06:11 +00:00
miom.space {
root * /var/www/miom.space
2021-10-22 11:13:16 +00:00
file_server
}