diff --git a/hosts/temmie/services/userweb/httpd.nix b/hosts/temmie/services/userweb/httpd.nix index 432df34..1c46246 100644 --- a/hosts/temmie/services/userweb/httpd.nix +++ b/hosts/temmie/services/userweb/httpd.nix @@ -107,25 +107,25 @@ in ${lib.concatMapStringsSep "\n" (d: '' - + Require all denied - + '') [ - ".git" - ".hg" - ".svn" - ".ssh" - ".bzr" - ".venv" + "\\.git" + "\\.hg" + "\\.svn" + "\\.ssh" + "\\.bzr" + "\\.venv" "CVS" "RCS" - "*.bak" - "*.bak*" - "*.bkp" - "*.bkp*" - "*.backup" - "*.backup*" + ".*\\.bak" + ".*\\.bak.*" + ".*\\.bkp" + ".*\\.bkp.*" + ".*\\.backup" + ".*\\.backup.*" ]} ${lib.concatMapStringsSep "\n" (d: ''