server { listen 8000; server_name _; root /var/www/maintenance; location / { try_files /index.html =404; } }