nginx_tcp_proxy_module
nginx_tcp_proxy_module copied to clipboard
Is there any chance to make tcp proxy connection keepalive?
I am using this cool module for proxy between sql client and server. Is there any chance to make the sql connection alive but not timedout? i am trying modify the ev->timedout conditions but not sure the influence for the system.
I am using the Tengine version.
Yes, try this configure: https://github.com/yaoweibin/nginx_tcp_proxy_module/wiki/TIME_OUT
Good luck.
Does the directive timeout mean that when the connection to upstream server does not read or write any data in that time, ngx_tcp_proxy will close this connection ?