码迷,mamicode.com
首页 > Web开发 > 详细

nginx配置URL截取配置

时间:2018-09-30 13:00:52      阅读:1082      评论:0      收藏:0      [点我收藏+]

标签:ofo   host   switch   write   logs   proxy   cat   截取   cal   

需求是http://IP/XXX/dist/index.html的URL中XXX为任意字符都转发到http://IP/dist/index.html

location ~ ^/(.)/dist/(.*)$ {

rewrite /(.)/dist/(.)$ /dist/$2 break;
proxy_pass http://$switch;
access_log /alidata1/logs/nginx/localhost_dist_access.log ZAWEB;

nginx配置URL截取配置

标签:ofo   host   switch   write   logs   proxy   cat   截取   cal   

原文地址:http://blog.51cto.com/gavin0/2287793

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!