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