vendor should be accessible, cause of debugbar

This commit is contained in:
slawkens 2025-01-09 13:39:58 +01:00
parent b4ed68dfd7
commit 9483cfaad8

View File

@ -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)$ {