修复预览控制台子路径静态资源
让控制服务原生托管 /build 页面与静态资源 保持内网 Nginx 路径透传并补充部署合同检查
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user