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

我们需要将path为

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



相关文章:

  • 2022-12-23
  • 2022-01-10
  • 2021-06-09
  • 2021-12-02
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2022-12-23
  • 2019-02-13
  • 2021-09-01
  • 2020-07-21
  • 2021-07-28
  • 2021-06-29
  • 2022-12-23
相关资源
相似解决方案