--On Wednesday, August 26, 2015 3:11 PM -0400 ionut_rusu
<[email protected]> wrote:
The short question is how can be set the timeout for an upstream for
persistent connections (using keepalive) - looks like they never timeout.
Details:
I have a configuration where i need to setup a reverse proxy for SSL
connections, and reuse the backend SSL connections. For doing this i'm
using the keepalive directive on the upstream, something like this:
...
upstream backend {
server backend-host.com:443;
keepalive 10;
}
Have you tried the nginx keepalive module?
<https://github.com/nviennot/nginx-tcp-keepalive>
--Quanah
--
Quanah Gibson-Mount
Platform Architect
Zimbra, Inc.
--------------------
Zimbra :: the leader in open source messaging and collaboration
_______________________________________________
nginx mailing list
[email protected]
http://mailman.nginx.org/mailman/listinfo/nginx