Files
btlabel/btlabel.oncloud.my.id.conf

11 lines
192 B
Plaintext

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