From b910cf95638b9d6eb8b228206845c4b31d1d3fd3 Mon Sep 17 00:00:00 2001 From: h7x4 Date: Wed, 17 Jun 2026 08:57:55 +0900 Subject: [PATCH] temmie/userweb: suppress erroneous access log for `documentRoot` --- hosts/temmie/services/userweb/httpd.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/hosts/temmie/services/userweb/httpd.nix b/hosts/temmie/services/userweb/httpd.nix index 8d66852..4714211 100644 --- a/hosts/temmie/services/userweb/httpd.nix +++ b/hosts/temmie/services/userweb/httpd.nix @@ -65,6 +65,7 @@ in extraConfig = '' Require all denied + LogLevel authz_core:crit CustomLog "${cfg.logDir}/access.log" combined