diff --git a/nginx-sample.conf b/nginx-sample.conf index 40d85fb4..a3d8d865 100644 --- a/nginx-sample.conf +++ b/nginx-sample.conf @@ -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)$ {