charlesvhe commented on issue #5345:
URL: https://github.com/apache/apisix/issues/5345#issuecomment-953417331
sorry for reply lateļ¼please refer attached nginx.conf
```
upstream apisix_dubbo_backend {
server 0.0.0.1;
balancer_by_lua_block {
apisix.http_balancer_phase()
}
# dynamical keepalive doesn't work with dubbo as the connection here
# is managed by ngx_multi_upstream_module
multi 32;
keepalive 320;
keepalive_requests 1000;
keepalive_timeout 60s;
}
```
[nginx.conf.txt](https://github.com/apache/apisix/files/7430165/nginx.conf.txt)
--
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]