mirror of
https://github.com/slawkens/myaac.git
synced 2025-04-25 16:59:21 +02:00
nginx: block additionally *.sql
This commit is contained in:
parent
1e45d5c393
commit
0fbd4bf1be
@ -14,7 +14,7 @@ server {
|
||||
|
||||
# block .htaccess, CHANGELOG.md, composer.json etc.
|
||||
# this is to prevent finding software versions
|
||||
location ~\.(ht|md|json|dist)$ {
|
||||
location ~\.(ht|md|json|dist|sql)$ {
|
||||
deny all;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user