mirror of
https://github.com/torrentpier/torrentpier
synced 2025-07-05 20:41:41 -07:00
Replaced deny from all with Require all denied
This commit is contained in:
parent
bf0d5fd883
commit
9d58ce9ab2
1 changed files with 1 additions and 1 deletions
|
@ -14,5 +14,5 @@ RedirectMatch 404 /\\.git(/|$)
|
|||
|
||||
## deny access to system files
|
||||
<FilesMatch "\.(.*sql|tpl|db|inc|log|md|env)|(config|common).php$">
|
||||
deny from all
|
||||
Require all denied
|
||||
</FilesMatch>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue