server { listen 80 default_server; location / { root /usr/share/nginx/html; try_files $uri /index.html; } }