diff --git a/roles/nginx/templates/ansible_conf.d/bad_bots.inc.j2 b/roles/nginx/templates/ansible_conf.d/bad_bots.inc.j2 index 7b71977..45ac66a 100644 --- a/roles/nginx/templates/ansible_conf.d/bad_bots.inc.j2 +++ b/roles/nginx/templates/ansible_conf.d/bad_bots.inc.j2 @@ -481,7 +481,6 @@ if ($http_user_agent ~* "Yellowbrandprotectionbot") { return 403; } if ($http_user_agent ~* "YouBot") { return 403; } if ($http_user_agent ~* "YoudaoBot") { return 403; } if ($http_user_agent ~* "Youmag") { return 403; } -if ($http_user_agent ~* "Zabbix") { return 403; } if ($http_user_agent ~* "Zao") { return 403; } if ($http_user_agent ~* "Zealbot") { return 403; } if ($http_user_agent ~* "Zeus") { return 403; }