only deny files ending in ~

pull/11351/head
Tobias Diekershoff 1 year ago
parent cd7b9177ea
commit 77cb9405be
Signed by: tobias
GPG Key ID: 25FE376FF17694A1

@ -19,7 +19,7 @@ AddType audio/ogg .oga
</FilesMatch>
# deny access to backup files
<FilesMatch "(~|\.bak|\.swp)$">
<FilesMatch "(\~|\.bak|\.swp)$">
<IfModule authz_host_module>
#Apache 2.4
Require all denied

Loading…
Cancel
Save