Nginx server_nameを複数指定する

Nginxでserver_nameを複数指定するには空白で区切って指定します。

nginx.conf

server {
 server_name example.com abc.example.com
}