diff --git a/Caddyfile b/Caddyfile index aae52d6..483ac31 100644 --- a/Caddyfile +++ b/Caddyfile @@ -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