server {
listen 80;
listen [::]:80;
server_name purvankara.stgviitor.com;
root /var/www/purvankar.stgviitor.com;
index index.html;
location / {
try_files $uri $uri/ /index.html;
}
}