location /game_web{
if (!-e $request_filename){//请求不是文件或者目录
rewrite ^/game_web/(\w*)/(\w*)$ /game_web_dyn/index.php/$ 1/init/$2 last;
break;
}
}

 

相关文章:

  • 2021-12-25
  • 2021-05-20
猜你喜欢
  • 2021-12-25
  • 2022-01-06
  • 2022-12-23
  • 2022-12-23
  • 2021-10-24
  • 2021-11-25
相关资源
相似解决方案