Firstsawyou opened a new issue #3760:
URL: https://github.com/apache/apisix/issues/3760
### Issue description
Currently we do not support the `upstream` custom configuration of
`keepalive` related parameters in nginx.conf, because these parameters are
fixed.
E.g:.
```
upstream apisix_backend {
server 0.0.0.1;
balancer_by_lua_block {
apisix.http_balancer_phase()
}
keepalive 320;
}
```
I think the `keepalive` parameter should be a customizable configuration.
----------------------------------------------------------------
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]