- 133 名前:名無しさん@お腹いっぱい。 mailto:age [2013/06/08(土) 19:06:55.72 .net]
- server {
listen 80; listen [::]:80; server_name domain.com ; location / { root /var/www/html; index index.html; } } server { listen 80; listen [::]:80; server_name aaa.domain.com ; location / { root /var/www/html/aaa; index index.html; } }
|

|