Skip to main content
In production, use Nginx as a single entry point: serve both frontend apps and reverse proxy the backend API.

Basic structure

Notes

  • With history-mode routing, fall back to index.html.
  • Forward the real IP so visitor analytics and geolocation are accurate.
  • Enable HTTPS and install certificates in production.

Next steps