File size: 150 Bytes
ce703be
 
 
9b5beb1
ce703be
 
 
9b5beb1
 
1
2
3
4
5
6
7
8
9
server {
    listen 8080;
    server_name localhost;

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