stubbornTanzhe commented on issue #7910:
URL: https://github.com/apache/apisix/issues/7910#issuecomment-1246286110
> Why don't you set `SO_KEEPALIVE ` yourself, it's in `ngx_tpl.lua`. Like
this
>
> ```
> server {
> listen 127.0.0.1:3306 so_keepalive=on;
> proxy_pass 172.17.0.3:3306;
> ```
it's a way, thank you~
--
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]