From c8278d56318937f4d75df7a070a01a0f3df3937f Mon Sep 17 00:00:00 2001 From: teutat3s Date: Thu, 31 Mar 2022 19:02:05 +0200 Subject: [PATCH] Fix comment about caddy's default no access log policy --- Caddyfile | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) 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