server { location / { root /var/www/html; try_files $uri $uri/ /index.html; } }