#报表
     location ~* /(report)/ { if ($request_uri !~* .*(jd|taobao|operator).* ){ proxy_pass http://tweb_shujuzhihui_18501; } try_files $uri $uri/ /report/index.html; }
     注:report是报表服务,jd,taobao等是运营商,当www.xxx.com/report/(jd|taobao)时返回静态页面,不带(jd|taobao)时请求转到后端服务器。

 

相关文章:

  • 2021-11-16
猜你喜欢
  • 2021-09-06
  • 2021-12-15
  • 2021-12-27
  • 2021-06-24
  • 2021-09-30
  • 2021-05-26
相关资源
相似解决方案