Files
mcp-vultr/btlabel.app.oncloud.my.id.conf

11 lines
196 B
Plaintext

server {
listen 80;
server_name btlabel.app.oncloud.my.id;
location / {
root /home/wartana/myApp/btlabel;
index index.html;
try_files $uri $uri/ =404;
}
}