RexHuang opened a new issue, #328:
URL: https://github.com/apache/apisix-docker/issues/328
settings:
{
"uri": "/*",
"name": "test",
"methods": [
"GET",
"POST",
"PUT",
"DELETE",
"PATCH",
"HEAD",
"OPTIONS",
"CONNECT",
"TRACE"
],
"vars": [
[
"user-agent",
"HAS",
"Edg"
]
],
"plugins": {
"proxy-rewrite": {
"host": "x.x.x.x:3000"
}
},
"upstream": {
"nodes": [
{
"host": "x.x.x.x",
"port": 3000,
"weight": 1
}
],
"timeout": {
"connect": 6,
"send": 6,
"read": 6
},
"type": "roundrobin",
"scheme": "http",
"pass_host": "pass",
"keepalive_pool": {
"idle_timeout": 60,
"requests": 1000,
"size": 320
}
},
"status": 1
}
APISIX version (run apisix version): apisix:2.13.0-alpine
Operating system (run uname -a): "CentOS Linux 7
OpenResty / Nginx version (run openresty -V or nginx -V):
etcd version, if relevant (run curl http://127.0.0.1:9090/v1/server_info):
etcd:3.4.15
APISIX Dashboard version, if relevant: 2.10.1-alpine
Plugin runner version, for issues related to plugin runners:
LuaRocks version, for installation issues (run luarocks --version):
image: apache/apisix-dashboard:2.10.1-alpine
image: apache/apisix:2.13.0-alpine
image: bitnami/etcd:3.4.15
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]