summarylogtreecommitdiffstats
path: root/igv-web.conf
blob: 0fb13ea4e819aaa0142140d21c3781104b2205c1 (plain)
1
2
3
4
5
6
7
8
9
server {
    listen 8080;
    server_name localhost;

    location / {
            root /srv/http/igv-web;
            index index.html;
    }
}