summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorTyler Hoang <tyler@tylerhoang.xyz>2026-05-19 01:24:28 -0700
committerTyler Hoang <tyler@tylerhoang.xyz>2026-05-19 01:24:28 -0700
commitb50c46d5bdbb1bd5e06a96a66b0696c1145ff4a9 (patch)
treed555699c4c8ad46c098032b7e6ac261782257b9c /README.md
parent1b9d8f85d5c703106c78548ed1898adea078fab0 (diff)
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 <noreply@anthropic.com>
Diffstat (limited to 'README.md')
-rw-r--r--README.md1
1 files changed, 1 insertions, 0 deletions
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