修复预览控制台子路径静态资源
Project CI / Repository checks (push) Successful in 1m3s
Project CI / Frontend tests (push) Successful in 3m1s
Project CI / Backend tests (push) Successful in 3m46s
Project CI / Native shell tests (push) Failing after 12m48s

让控制服务原生托管 /build 页面与静态资源
保持内网 Nginx 路径透传并补充部署合同检查
This commit is contained in:
2026-08-15 17:25:40 +08:00
parent 41874ab391
commit 1746c77cb1
3 changed files with 20 additions and 6 deletions
@@ -3,7 +3,7 @@ location = /build {
}
location ^~ /build/ {
proxy_pass http://127.0.0.1:8410/;
proxy_pass http://127.0.0.1:8410;
proxy_http_version 1.1;
proxy_set_header Host $host;