nginx 限制IE访问 发表于2022年12月5日 作者 venski 以ie例 location / { if ($http_user_agent ~ MSIE) { return 503; } }