miom.space/Caddyfile

13 lines
203 B
Text
Raw Normal View History

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