server { listen 8000; root /srv/app/; index index.html; location / { try_files $uri $uri/ =404; } }