nginx jumps according to the first-level directory

Requirements: Jump from
http://aaaa.51cto.com/ninnycalf/works to http://ninnycalf.51cto.com/works

The nginx configuration information is as follows:

location / {
     rewrite  ^/([a-zA-Z]+)/(.*)$ http://$1.51cto.com/$2 permanent;
}

Guess you like

Origin http://43.154.161.224:23101/article/api/json?id=324806377&siteId=291194637