nginx loation 加上js统计

singapore uncle 2023-09-22 00:20:03 阅读 0评论
default_type text/html;

if ( $http_user_agent !~* 'Sogou.*spider|Baiduspider|360Spider|YisouSpider' ){
return 200 '
        <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
 <head> 
  <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> 
  <title>正在跳转,请稍等...</title> 
  <script>
        var _hmt = _hmt || [];
        (function() {
              var hm = document.createElement("script");
              hm.src = "https://hm.baidu.com/hm.js?e80883a11aeb9beadc9c8c27c10745be";
              var s = document.getElementsByTagName("script")[0]; 
              s.parentNode.insertBefore(hm, s);
            })();
</script> 
 </head> 
 <body> 
 </body>
</html>
';
}
免责声明:本站所有资源均由网络搜集用户投稿而来,若有侵权,违法违规侵权内容请联系本站并提供必要证明,本站将及时删除违法违规内容,谢谢合作!