Fix comment about caddy's default no access log policy

pull/2/head
teutat3s 2022-03-31 19:02:05 +02:00
parent db45fe7cf8
commit c8278d5631
Signed by: teutat3s
GPG Key ID: 4FA1D3FA524F22C1
1 changed files with 6 additions and 6 deletions

View File

@ -6,18 +6,18 @@
# auto_https contact mail address, for TLS certs notifications (expiry,
# other problems with certs)
email admins@pub.solar
# default to no-logs-policy, don't log anything
# comment this block out for debugging
log {
output discard
}
}
# static file server
miom.space {
root * /srv/miom.space
file_server
# caddys default is no access logs at all
# comment this block out for debugging
#log {
# output file /var/log/caddy-access.log
#}
}
# redirect www. subdomain to apex (root) domain