1 2 3 4 5 6
server { listen 8080; server_name localhost2; root /opt/app-root/src; index index2.html; }