server { listen 8006; root /usr/share/nginx/html; index index.html; # Angular SPA fallback routing location / { try_files $uri $uri/ /index.html; } }