Nginx rewrite the first domain name secondary directory is redirected to the second domain name root directory

Nginx rewrite

is currently a secondary directory (including all the following)
http://www.abc.cn/en/.

how to redirect to the root directory of another domain name:
http://www.abc.com/.

Mar.03,2022

there is no verification, give a general idea:

server{
    servername www.abc.cn;
    location /en/ {
       rewrite ^/en/(.*)$ http://www.abc.com/$1 redirect;        
    }
}
MySQL Query : SELECT * FROM `codeshelper`.`v9_news` WHERE status=99 AND catid='6' ORDER BY rand() LIMIT 5
MySQL Error : Disk full (/tmp/#sql-temptable-64f5-1b364a5-2ad47.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
MySQL Errno : 1021
Message : Disk full (/tmp/#sql-temptable-64f5-1b364a5-2ad47.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
Need Help?