if ($http_user_agent !~* "Baidu|Yisou|Sogou|360|Byte|bing|Soso|Yahoo|Google")
{
return 404;
}
网站屏蔽用户,开放搜索引擎
最新推荐文章于 2025-08-04 14:46:08 发布
if ($http_user_agent !~* "Baidu|Yisou|Sogou|360|Byte|bing|Soso|Yahoo|Google")
{
return 404;
}