diff --git a/nixos/Caddyfile b/nixos/Caddyfile index 3cec3f8..1d14683 100644 --- a/nixos/Caddyfile +++ b/nixos/Caddyfile @@ -1,12 +1,11 @@ +{ + https_port 9482 +} + webdav.philippeterson.com:9482 { respond "Hello, world!" tls /var/lib/acme/webdav.philippeterson.com/cert.pem /var/lib/acme/webdav.philippeterson.com/key.pem { protocols tls1.3 } - - log { - output file site.log - format formatted “{ts} {level} {request>uri}” - } }