Heim > Fragen und Antworten > Hauptteil
Ich möchte /template/view/images/ nach /images/ umleiten, wie soll ich das schreiben?
滿天的星座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/