From b50c46d5bdbb1bd5e06a96a66b0696c1145ff4a9 Mon Sep 17 00:00:00 2001 From: Tyler Hoang Date: Tue, 19 May 2026 01:24:28 -0700 Subject: feat: add nginx config with /api/ proxy block for VPS deployment Routes /api/ to the FastAPI backend (8001) so NEXT_PUBLIC_API_BASE_URL can be set to the public domain instead of localhost. Co-Authored-By: Claude Sonnet 4.6 --- README.md | 1 + 1 file changed, 1 insertion(+) (limited to 'README.md') diff --git a/README.md b/README.md index d41c8d6..41ee1b4 100644 --- a/README.md +++ b/README.md @@ -26,6 +26,7 @@ The implementation copies and adapts finance logic from Prism v1 into `backend/` - `types/api.ts` shared frontend response types - `scripts/stack.sh` unified start/stop/restart/status script - `systemd/` systemd unit files for running as a system service +- `nginx/` nginx server block config (proxies `/api/` to backend, `/` to frontend) - `.env.example` optional environment variables - `pytest.ini` backend pytest import path config -- cgit v1.3-2-g0d8e