nginx路由重定向

location / { 
  if ($http_host !~ "m.xxx.cn"){
    rewrite ^/web/(.*)/bdu(\d?)\.htm(.*)$ /rewrite.php?custom_dir=$1&bdu_num=$2 last;
  }
  rewrite ^/seo_web/(.*)/index\.html(.*)$ /seo_web/replace.php?custom_dir=$1;
}

 

posted @ 2019-04-10 16:57  WhoAmMe  阅读(1145)  评论(0编辑  收藏  举报