theweakgod commented on issue #10907:
URL: https://github.com/apache/apisix/issues/10907#issuecomment-1926281822
Can you set up routing in this format? I have not reproduced your problem,
please follow this format to set router.
``` json
{
"uri": "/status/*",
"name": "test1",
"methods": [
"GET",
"POST",
"PUT"
],
"upstream": {
"nodes": [
{
"host": "localhost",
"port": 2112,
"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
}
```
--
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]