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