mirror of
https://github.com/friendica/friendica
synced 2024-11-09 23:42:53 +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>
|
</FilesMatch>
|
||||||
|
|
||||||
# deny access to backup files
|
# deny access to backup files
|
||||||
<FilesMatch "(~|\.bak|\.swp)$">
|
<FilesMatch "(\~|\.bak|\.swp)$">
|
||||||
<IfModule authz_host_module>
|
<IfModule authz_host_module>
|
||||||
#Apache 2.4
|
#Apache 2.4
|
||||||
Require all denied
|
Require all denied
|
||||||
|
|
Loading…
Reference in a new issue