server { listen 8050; root /opt/nginx/html/app1; location / { index index.html index.htm; } }