原创-nginx根据ua重定向

location ~ ^/h5/search_v7/ {
                        if ( $http_user_agent ~* "abc" ){
                             rewrite ^(.*) http://abcdef/h5/search_mi permanent;
                }
                }

我们需要将path为

h5/search_v7/替换为h5/search_mi,上面部署生效



posted @ 2021-03-15 17:54  Normanlin  阅读(311)  评论(0编辑  收藏  举报