mirror of
https://github.com/friendica/friendica
synced 2024-11-09 17:02:54 +00:00
only deny files ending in ~
This commit is contained in:
parent
cd7b9177ea
commit
77cb9405be
1 changed files with 1 additions and 1 deletions
|
@ -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…
Reference in a new issue