server {
listen 80;
server_name localhost;
location / {
root /www/id/html;
index index.html index.htm;
}
}
server {
listen 80;
server_name localhost;
location /application1/ {
root /www/id/html;
index index.html index.htm;
}
}