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