Hello!
On Thu, Feb 02, 2023 at 01:03:13PM +0530, Vishwas Bm wrote:
> Can this keepalive_time be made infinite ?
> So that connection is not broken after default 1hr
There is no specific infinite value, though you can use a large
enough keepalive_time instead. Something like "keepalive_time 10d
Thanks for the reply.
Can this keepalive_time be made infinite ?
So that connection is not broken after default 1hr
Regards,
Vishwas
On Sat, Jan 21, 2023, 05:32 Maxim Dounin wrote:
> Hello!
>
> On Fri, Jan 20, 2023 at 11:37:15AM +0530, Vishwas Bm wrote:
>
> > I see that from 1.19.10 keepaliv
Hello!
On Fri, Jan 20, 2023 at 11:37:15AM +0530, Vishwas Bm wrote:
> I see that from 1.19.10 keepalive_time has been added.
> http://nginx.org/en/docs/http/ngx_http_upstream_module.html#keepalive_time
>
> Also keepalive_timeout is present for idle connection
> http://nginx.org/en/docs/http/ngx_h
Hi,
I see that from 1.19.10 keepalive_time has been added.
http://nginx.org/en/docs/http/ngx_http_upstream_module.html#keepalive_time
Also keepalive_timeout is present for idle connection
http://nginx.org/en/docs/http/ngx_http_upstream_module.html#keepalive_timeout
On checking the behaviour betw