xyz101121 commented on issue #3498:
URL: https://github.com/apache/apisix/issues/3498#issuecomment-772269570
this is my apisix route config:
```
{
"modifiedIndex": 16272,
"createdIndex": 3099,
"key": "/apisix/routes/338984743892681423",
"value": {
"labels": {
"domain": "xxxxx.cn",
"API_VERSION": "1"
},
"uris": [
"/*"
],
"methods": [
"GET",
"HEAD",
"POST"
],
"hosts": [
"www.xxxxx.com",
"www.xxxxx.cn",
"xxxxx.com",
"xxxxxx.cn"
],
"create_time": 1611580252,
"id": "338984743892681423",
"service_id": "338981951442518735",
"upstream_id": "338952520397226703",
"status": 1,
"desc": "/",
"vars": [
[
"scheme",
"==",
"http"
]
],
"update_time": 1612264551,
"name": "www_xxxxxxx_cn_http"
}
}
```
this is my apisix service config:
```
{
"count": "1",
"action": "get",
"node": {
"key": "/apisix/services/338981951442518735",
"value": {
"update_time": 1612264423,
"name": "server1_server2_server3",
"plugins": {
"echo": {
"disable": true,
"before_body": "before the body modification "
}
},
"upstream_id": "338952520397226703",
"create_time": 1611578588,
"id": "338981951442518735"
}
}
}
```
this is my apisix upstream config:
```
{
"count": "1",
"action": "get",
"node": {
"key": "/apisix/upstreams/338952520397226703",
"value": {
"update_time": 1612272346,
"name": "web1_web2_web3_http",
"pass_host": "pass",
"create_time": 1611561045,
"timeout": {
"send": 6000,
"read": 6000,
"connect": 6000
},
"nodes": [
{
"port": 80,
"weight": 1,
"host": "172.16.0.237"
},
{
"port": 80,
"weight": 1,
"host": "172.16.0.185"
},
{
"port": 80,
"weight": 1,
"host": "172.16.0.172"
}
],
"desc": "关闭健康检测",
"type": "roundrobin",
"id": "338952520397226703"
}
}
}
```
Thanks your help!
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]