mirror of
https://github.com/slawkens/myaac.git
synced 2025-10-13 17:24:54 +02:00
vendor should be accessible, cause of debugbar
This commit is contained in:
@@ -12,10 +12,6 @@ server {
|
||||
deny all;
|
||||
}
|
||||
|
||||
location /vendor {
|
||||
deny all;
|
||||
}
|
||||
|
||||
# block .htaccess, CHANGELOG.md, composer.json etc.
|
||||
# this is to prevent finding software versions
|
||||
location ~\.(ht|md|json|dist)$ {
|
||||
|
Reference in New Issue
Block a user