您的位置:首页技术文章
文章详情页

nginx重定向问题

【字号: 日期:2024-06-19 17:57:07浏览:81作者:猪猪

问题描述

我想把/template/view/images/给重定向为/images/,应该怎么写?

问题解答

回答1:

rewrite ^/template/view/images/(.)..$ $1/images/$2 last;

回答2:

conflocation ^~ /images/ { root /template/view/images/;}回答3:

http://www.hubwiz.com/course/54f031e2f8638715e4cb8e0c/nginx重定向问题

相关文章: