File size: 194 Bytes
eb4616f
2d0dc1d
 
 
eb4616f
2d0dc1d
eb4616f
2d0dc1d
 
eb4616f
 
2d0dc1d
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
events {}

http {
    server {
        listen 7860;

        server_name localhost;

        location / {
            root /usr/share/nginx/html;
            index index.html;
        }
    }
}