miom.space/Caddyfile

13 lines
203 B
Caddyfile

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