We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
{ "uri": "/", "name": "view-oss", "desc": "静态网站托管oss", "methods": [ "GET", "POST", "PUT", "DELETE", "PATCH", "HEAD", "OPTIONS", "CONNECT", "TRACE" ], "host": "xxx-paas.transsion.com", "plugins": { "proxy-rewrite": { "host": "cnfs-oss-hk.oss-cn-hongkong-internal.aliyuncs.com", "regex_uri": [ "/(.)", "/view/$1" ] }, "response-rewrite": { "disable": false, "headers": { "content-disposition": "" } } }, "upstream": { "nodes": [ { "host": "cnfs-oss-hk.oss-cn-hongkong-internal.aliyuncs.com", "port": 443, "weight": 1 } ], "timeout": { "connect": 6, "send": 6, "read": 6 }, "type": "roundrobin", "scheme": "https", "pass_host": "pass", "keepalive_pool": { "idle_timeout": 60, "requests": 1000, "size": 320 } }, "enable_websocket": true, "status": 1 }
No response
我们是想用apisix代理oss,做了一个域名改写,配上去后就路由乱跳,导致了生产事故
version 3.2.2
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Current Behavior
{
"uri": "/",
"name": "view-oss",
"desc": "静态网站托管oss",
"methods": [
"GET",
"POST",
"PUT",
"DELETE",
"PATCH",
"HEAD",
"OPTIONS",
"CONNECT",
"TRACE"
],
"host": "xxx-paas.transsion.com",
"plugins": {
"proxy-rewrite": {
"host": "cnfs-oss-hk.oss-cn-hongkong-internal.aliyuncs.com",
"regex_uri": [
"/(.)",
"/view/$1"
]
},
"response-rewrite": {
"disable": false,
"headers": {
"content-disposition": ""
}
}
},
"upstream": {
"nodes": [
{
"host": "cnfs-oss-hk.oss-cn-hongkong-internal.aliyuncs.com",
"port": 443,
"weight": 1
}
],
"timeout": {
"connect": 6,
"send": 6,
"read": 6
},
"type": "roundrobin",
"scheme": "https",
"pass_host": "pass",
"keepalive_pool": {
"idle_timeout": 60,
"requests": 1000,
"size": 320
}
},
"enable_websocket": true,
"status": 1
}
Expected Behavior
No response
Error Logs
No response
Steps to Reproduce
我们是想用apisix代理oss,做了一个域名改写,配上去后就路由乱跳,导致了生产事故
Environment
version 3.2.2
The text was updated successfully, but these errors were encountered: