nginx 限制IE访问

以ie例

location / {
	if ($http_user_agent ~ MSIE) {  
		return 503;  
	}
}
点赞

发表评论

电子邮件地址不会被公开。必填项已用 * 标注