以下代码写入 server {….} 内
代码如下:
if ($http_user_agent ~ ^$) {
return 503;
}
if ($http_user_agent ~* “Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 1.1.4322; .NET CLR 2.0.50727)”) {
return 503;
}
return 503;
}
if ($http_user_agent ~* “Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 1.1.4322; .NET CLR 2.0.50727)”) {
return 503;
}
© 版权声明
文章版权归作者所有,未经允许请勿转载。
THE END

















暂无评论内容