Add nginx reverse proxy for /api and /health to backend server #5
Reference in New Issue
Block a user
Delete Branch "feature/auth-invites"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
The frontend builds with VITE_API_URL=/api so all API calls target
the same origin. Without a proxy rule, nginx was serving index.html
for API paths, causing JSON parse errors.
Co-Authored-By: Claude Opus 4.6 noreply@anthropic.com