From f27ae24e37156408011b613e2b9889782114ca4c Mon Sep 17 00:00:00 2001 From: "srvproxy001.itguys.com.br" Date: Sat, 27 Sep 2025 14:19:03 -0300 Subject: [PATCH] =?UTF-8?q?[Auto-Sync]=20Atualiza=C3=A7=C3=A3o=20das=20con?= =?UTF-8?q?figura=C3=A7=C3=B5es=20em=20srvproxy001.itguys.com.br=20-=20202?= =?UTF-8?q?5-09-27=2014:19:03?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- nginx/nginx.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nginx/nginx.conf b/nginx/nginx.conf index e837a1c..a5704a9 100644 --- a/nginx/nginx.conf +++ b/nginx/nginx.conf @@ -68,7 +68,7 @@ http { } map $request_uri $is_suspicious_uri { default 0; - ~*(\.env|\.git|/vendor/|/setup\.php|/\.well-known/|/phpmyadmin|/config\.php|composer\.json) 1; + ~*(\.env|\.git|composer) 1; } map $is_bad_bot$is_suspicious_uri $block_request { default 0;