From 41a3cb6f4273918e3f4f44ffc4aa99a36dd30666 Mon Sep 17 00:00:00 2001 From: slawkens Date: Thu, 9 Jan 2025 13:39:05 +0100 Subject: [PATCH] vendor should be accessible, cause of --- nginx-sample.conf | 4 ---- 1 file changed, 4 deletions(-) diff --git a/nginx-sample.conf b/nginx-sample.conf index 40d85fb42..a3d8d8655 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)$ {