From ed57744ec3aeda1688e902a836539b6428bcfdb9 Mon Sep 17 00:00:00 2001 From: h7x4 Date: Tue, 16 Jun 2026 15:57:07 +0900 Subject: [PATCH] temmie/userweb: add more patterns to denylist --- hosts/temmie/services/userweb/httpd.nix | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) diff --git a/hosts/temmie/services/userweb/httpd.nix b/hosts/temmie/services/userweb/httpd.nix index 9f70a51..2e8ec7b 100644 --- a/hosts/temmie/services/userweb/httpd.nix +++ b/hosts/temmie/services/userweb/httpd.nix @@ -118,14 +118,28 @@ in "\\.svn" "\\.ssh" "\\.env" + "\\.env\\..*" + "\\.envs" + "\\.envs\\..*" "\\.envrc" "\\.bzr" "\\.venv" "CVS" "RCS" + ".*\\.swp" - ".*\\.bak" ".*~" + + ".*\\.bak" + ".*\\.bak.*" + ".*\\.bkp" + ".*\\.bkp.*" + ".*\\.backup" + ".*\\.backup.*" + + ".*\\.lck" + ".*\\.lock" + "LCK\\.\\..*" ]})(/|$)"> AllowOverride All Require all denied