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