on bloque aussi le robot de meta

This commit is contained in:
Jean-Marie Favreau 2024-11-25 00:06:22 +01:00
parent afa1844d21
commit db7604623c

View File

@ -32,7 +32,7 @@ http {
error_page 502 /static/html/500.html; error_page 502 /static/html/500.html;
error_page 503 /static/html/500.html; error_page 503 /static/html/500.html;
if ($http_user_agent ~* "(?:Amazonbot)") { if ($http_user_agent ~* (Amazonbot|meta-externalagent)) {
return 444; return 444;
} }