dc/client/nginx/default.conf

8 lines
109 B
Plaintext

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