server { listen 80 default_server; server_name _; root /var/www/default; index index.html; location / { try_files $uri $uri/ =404; } }