miom.space/Caddyfile

15 lines
234 B
Caddyfile
Raw Normal View History

2021-10-22 11:13:16 +00:00
{
# acme_ca https://acme-staging-v02.api.letsencrypt.org/directory
2022-01-16 18:32:04 +00:00
# no logging policy, don't log anything
2021-10-22 11:13:16 +00:00
log {
2022-01-16 18:32:04 +00:00
output discard
2021-10-22 11:13:16 +00:00
}
}
# static file server
2021-10-22 16:06:11 +00:00
miom.space {
root * /srv/miom.space
file_server
}
2021-10-22 11:13:16 +00:00
}