8 lines
109 B
Plaintext
8 lines
109 B
Plaintext
|
server {
|
||
|
listen 3000;
|
||
|
|
||
|
location / {
|
||
|
root /usr/share/nginx/html;
|
||
|
index index.html index.htm;
|
||
|
}
|
||
|
}
|