Nginx的301重定向规则不成功,麻烦有会的,帮忙看看,谢谢!
Nginx的301重定向规则不成功,麻烦有会的,帮忙看看,谢谢!
我有一些图片网址是这样的:
我发现只有后面那一段带有两个.点号的,都无法301成功。
以下是我写的两条规则,都没起效,有大神能解决一下吗,谢谢。
rewrite ^/aaa/bbb/(.+?).png.jpg https://img.xxxxx.com/aaa/bbb/$1.png.jpg permanent;
rewrite ^/aaa/bbb/(.*) https://img.xxxxx.com/aaa/bbb/$1 permanent;
我有一些图片网址是这样的:
- https://www.aaaaa.com/aaa/bbb/asn213-cdsaa.png.jpg
我发现只有后面那一段带有两个.点号的,都无法301成功。
以下是我写的两条规则,都没起效,有大神能解决一下吗,谢谢。
rewrite ^/aaa/bbb/(.+?).png.jpg https://img.xxxxx.com/aaa/bbb/$1.png.jpg permanent;
rewrite ^/aaa/bbb/(.*) https://img.xxxxx.com/aaa/bbb/$1 permanent;