GitHubLoveKe commented on issue #11437:
URL: https://github.com/apache/apisix/issues/11437#issuecomment-2264947128
I have both *.test.com/xxx/* and foo.test.com/* routes
if no have foo.test.com/* , i can access foo .test.com/xxx/*
I adjusted the priority value , not work
but i can use it on v3.2.2
{
"uri": "/xxx/*",
"name": "xxx",
"priority": 100,
"methods": [
"GET",
"POST",
"PUT",
"DELETE",
"PATCH",
"HEAD",
"OPTIONS",
"CONNECT",
"TRACE",
"PURGE"
],
"host": "*.test.adas.com",
"upstream": {
"nodes": [
{
"host": "192.168.88.11",
"port": 19000,
"weight": 1
}
],
"timeout": {
"connect": 6,
"send": 600,
"read": 600
},
"type": "roundrobin",
"hash_on": "vars",
"scheme": "http",
"pass_host": "pass",
"keepalive_pool": {
"idle_timeout": 60,
"requests": 1000,
"size": 320
}
},
"enable_websocket": true,
"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]