diff --git a/hosts/temmie/services/userweb/httpd.nix b/hosts/temmie/services/userweb/httpd.nix index 1c46246..8d66852 100644 --- a/hosts/temmie/services/userweb/httpd.nix +++ b/hosts/temmie/services/userweb/httpd.nix @@ -63,6 +63,10 @@ in ]; extraConfig = '' + + Require all denied + + CustomLog "${cfg.logDir}/access.log" combined CustomLog "/run/httpd-log-processor-access.fifo" combined ErrorLog "/run/httpd-log-processor-error.fifo"