1 2 3 4 5 6 7 8 9
server { listen 8080; server_name localhost; location / { root /srv/http/igv-web; index index.html; } }