nginx is configured as follows
server{
server_name xxxxx.com;
}
server{
server_name cccccc.com
}
other configurations remain the same
Why can both domain names be accessed after modification?