Home > Q&A > body text
I want to redirect /template/view/images/ to /images/, how should I write it?
滿天的星座2017-05-16 17:25:10
rewrite ^/template/view/images/(.)..$ $1/images/$2 last;
高洛峰2017-05-16 17:25:10
conflocation ^~ /images/ { root /template/view/images/; }
conf
location ^~ /images/ { root /template/view/images/; }
http://www.hubwiz.com/course/54f031e2f8638715e4cb8e0c/