From 51e820821abe7cbf9b4873005b21e376681b8307 Mon Sep 17 00:00:00 2001 From: Jean-Marie Favreau Date: Sat, 3 May 2025 13:09:55 +0200 Subject: [PATCH] =?UTF-8?q?On=20ajoute=20des=20nouveaux=20bots=20=C3=A0=20?= =?UTF-8?q?ignorer?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- deployment/scripts/nginx/nginx.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deployment/scripts/nginx/nginx.conf b/deployment/scripts/nginx/nginx.conf index 2d5b670..06dd3a1 100644 --- a/deployment/scripts/nginx/nginx.conf +++ b/deployment/scripts/nginx/nginx.conf @@ -38,7 +38,7 @@ http { error_page 502 /static/html/502.html; error_page 503 /static/html/503.html; - if ($http_user_agent ~* "Amazonbot|meta-externalagent|ClaudeBot|ahrefsbot|semrushbot") { + if ($http_user_agent ~* "Amazonbot|meta-externalagent|ClaudeBot|ahrefsbot|semrushbot|PerplexityBot|GPTBot") { return 444; } access_log /var/log/nginx/access.log main;