miom.space/Caddyfile

15 lines
234 B
Caddyfile

{
# acme_ca https://acme-staging-v02.api.letsencrypt.org/directory
# no logging policy, don't log anything
log {
output discard
}
}
# static file server
miom.space {
root * /srv/miom.space
file_server
}
}