mirror of
https://github.com/alibaba/higress.git
synced 2026-04-21 03:57:28 +08:00
chore: 🤖 [frontend-gray]优化关于处理index page 处理逻辑 (#1345)
Co-authored-by: Kent Dong <ch3cho@qq.com>
This commit is contained in:
@@ -73,25 +73,24 @@ static_resources:
|
||||
],
|
||||
"rewrite": {
|
||||
"host": "frontend-gray-cn-shanghai.oss-cn-shanghai-internal.aliyuncs.com",
|
||||
"notFoundUri": "/mfe/app1/{version}/333.html",
|
||||
"notFoundUri": "/cygtapi/{version}/333.html",
|
||||
"indexRouting": {
|
||||
"/app1": "/mfe/app1/{version}/index.html",
|
||||
"/": "/mfe/app1/{version}/index.html"
|
||||
"/app1": "/cygtapi/{version}/index.html",
|
||||
"/": "/cygtapi/{version}/index.html"
|
||||
},
|
||||
"fileRouting": {
|
||||
"/": "/mfe/app1/{version}",
|
||||
"/app1": "/mfe/app1/{version}"
|
||||
"/": "/cygtapi/{version}",
|
||||
"/app1": "/cygtapi/{version}"
|
||||
}
|
||||
},
|
||||
"baseDeployment": {
|
||||
"version": "dev"
|
||||
"version": "base"
|
||||
},
|
||||
"grayDeployments": [
|
||||
{
|
||||
"name": "beta-user",
|
||||
"version": "0.0.1",
|
||||
"enabled": true,
|
||||
"weight": 50
|
||||
"version": "gray",
|
||||
"enabled": true
|
||||
}
|
||||
],
|
||||
"injection": {
|
||||
@@ -128,4 +127,4 @@ static_resources:
|
||||
address:
|
||||
socket_address:
|
||||
address: frontend-gray-cn-shanghai.oss-cn-shanghai.aliyuncs.com
|
||||
port_value: 80
|
||||
port_value: 80
|
||||
|
||||
Reference in New Issue
Block a user