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; + ''; }; }