miom.space/Caddyfile
2022-01-16 19:32:04 +01:00

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
}