vendor should be accessible, cause of

This commit is contained in:
slawkens 2025-01-09 13:39:05 +01:00
parent eb4b3ada49
commit 41a3cb6f42

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