-
Notifications
You must be signed in to change notification settings - Fork 2.8k
Closed as not planned
Labels
wait for updatewait for the author's response in this issue/PRwait for the author's response in this issue/PR
Description
Description
local up_conf = {
type = "roundrobin",
pass_host = "rewrite",
upstream_host = "geo.datav.aliyun.com",
scheme = "http",
nodes = {
{ host = "geo.datav.aliyun.com", port = 80, weight = 1 }
}
}
upstream.set(ctx, up_conf.type .. "#route_" .. matched_route.value.id,
ctx.conf_version, up_conf)
Environment
- APISIX version (run
apisix version): - Operating system (run
uname -a): - OpenResty / Nginx version (run
openresty -Vornginx -V): - etcd version, if relevant (run
curl http://127.0.0.1:9090/v1/server_info): - APISIX Dashboard version, if relevant:
- Plugin runner version, for issues related to plugin runners:
- LuaRocks version, for installation issues (run
luarocks --version):
Metadata
Metadata
Assignees
Labels
wait for updatewait for the author's response in this issue/PRwait for the author's response in this issue/PR