chore: 调整 nginx 入口为 8888 端口
This commit is contained in:
@@ -103,8 +103,8 @@ Expected: PASS
|
||||
|
||||
**Step 3: Check HTTP endpoints**
|
||||
|
||||
Run: `curl -i http://127.0.0.1/`
|
||||
Run: `curl -i http://127.0.0.1:8888/`
|
||||
Expected: `200 OK` and HTML payload
|
||||
|
||||
Run: `curl -i http://127.0.0.1/health`
|
||||
Run: `curl -i http://127.0.0.1:8888/health`
|
||||
Expected: successful backend health response
|
||||
|
||||
Reference in New Issue
Block a user