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