feat: 按历史痕迹恢复 nginx 同域入口

This commit is contained in:
Cheng Zhou
2026-03-31 09:16:41 +08:00
parent ada3beca8e
commit 9535fece6c
8 changed files with 122 additions and 30 deletions
@@ -103,8 +103,8 @@ Expected: PASS
**Step 3: Check HTTP endpoints**
Run: `curl -i http://127.0.0.1:4173/`
Run: `curl -i http://127.0.0.1/`
Expected: `200 OK` and HTML payload
Run: `curl -i http://127.0.0.1:8000/health`
Run: `curl -i http://127.0.0.1/health`
Expected: successful backend health response