loongzh edited a comment on issue #5440:
URL: https://github.com/apache/apisix/issues/5440#issuecomment-962984541
> hi, @loongzh @tzssangglass means to provide specific configuration
information and verification methods of APISIX so that we can reproduce this
problem.
- up stream
{
"nodes": [
{
"host": "172.19.0.1",
"port": 8002,
"weight": 1
}
],
"timeout": {
"connect": 6,
"read": 6,
"send": 6
},
"type": "roundrobin",
"scheme": "http",
"pass_host": "pass",
"name": "lion-metro-server-file-manager",
"desc": "文件管理服务"
}
- Router
{
"uris": [
"/api/filemanager/v1/*"
],
"name": "lion-metro-server-file-manager-router",
"upstream_id": "374894233917588162",
"enable_websocket": true,
"status": 1
}
Just turned on the WebSocket proxy
--
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]