From 2680622dfcc035c8f20c4294af7734651dec0d62 Mon Sep 17 00:00:00 2001 From: Jean-Marie Favreau Date: Mon, 25 Nov 2024 00:41:34 +0100 Subject: [PATCH] =?UTF-8?q?On=20ajoute=20un=20autre=20robot=20r=C3=A9curre?= =?UTF-8?q?nt=20(IA)?= 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 7593ca5..f3bc403 100644 --- a/deployment/scripts/nginx/nginx.conf +++ b/deployment/scripts/nginx/nginx.conf @@ -32,7 +32,7 @@ http { error_page 502 /static/html/500.html; error_page 503 /static/html/500.html; - if ($http_user_agent ~* "(?:Amazonbot|meta-externalagent)") { + if ($http_user_agent ~* (Amazonbot|meta-externalagent|ClaudeBot)) { return 444; }