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