• 每天进步一点点!

文章分类

推荐网站

常用手册

nginx 手机端访问跳转到m站点【原创】

<<返回

2017-10-21 21:43:52

nginx 手机端访问跳转到m站点

     location / {
            if ($http_user_agent ~* (mobile|nokia|iphone|ipad|android|samsung|htc|blackberry)) {
                rewrite ^/(.*)$ http://m.1weidu.com/$1 permanent;    #进行正常访问的时候判断user_agent为手机,则重写至此页面
            }
         try_files $uri /index.php?$args;
     }

 

文章评论

  • 暂无评论

发表评论

昵称:

内容:

发表评论