server { listen 9000; location / { root /app; index index.html; try_files $uri $uri/ /index.html last; } }