From 2085d8dda8564182b465637cf80443b26cf68b08 Mon Sep 17 00:00:00 2001 From: clerie Date: Wed, 15 Mar 2023 22:50:08 +0100 Subject: [PATCH] hosts/web-2: Do not log WebDAV Access --- hosts/web-2/radicale.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/hosts/web-2/radicale.nix b/hosts/web-2/radicale.nix index 83d92ce..2aee3f3 100644 --- a/hosts/web-2/radicale.nix +++ b/hosts/web-2/radicale.nix @@ -29,5 +29,8 @@ proxy_pass_header Authorization; ''; }; + extraConfig = '' + access_log off; + ''; }; }