nginx: reverse-proxy legacy /scan.html /demo.html /report/* alongside /api/*

These paths are still served by the old FastAPI container (now obdx-api),
so the new landing nginx must forward them upstream instead of letting the
SPA fallback swallow them.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This commit is contained in:
kang
2026-04-23 16:35:50 +08:00
parent 7193eacfa5
commit a3381cbfd8
2 changed files with 5 additions and 4 deletions

1
.gitignore vendored
View File

@@ -6,4 +6,5 @@ dist
.DS_Store
.dev-screenshot-*.png
.playwright-mcp
.memory
*.log