Hi, everyone<br><br>I'm trying to redirect requests to another server.<br>While using conf below(in Nginx):<br><br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; location ~* ^/(centos) {<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; rewrite ^/(.*)$ http://b.mirrors.lanunion.org/$1 redirect;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; }<br><br>I got an error like this:<br>failure: repodata/repomd.xml from base: [Errno 256] No more mirrors to try.<br>http://mirrors.cqu.edu.cn/centos/7/os/x86_64/repodata/repomd.xml: [Errno 14] HTTPS Error 301 - Moved Permanently<br><br>What can I do to achieve this?<br><br>Many thanks.<br>Tan<br><div><includetail><!--<![endif]--></includetail></div>