server { listen 80; server_name _; root /srv/; location = / { index index.html; } location / { try_files $uri.html $uri =404; } }