vim eee.conf server { listen 80; server_name eee.sss.com sss.com;虚拟主机别名

    location / {
        root   html/eee;
        index  index.html index.htm;
   }

}