Re: Disabling keepalive

2022-11-16 Thread libresco_27
Thank you so much for your help! Posted at Nginx Forum: https://forum.nginx.org/read.php?2,295571,295776#msg-295776 ___ nginx mailing list -- nginx@nginx.org To unsubscribe send an email to nginx-le...@nginx.org

Re: Disabling keepalive

2022-10-29 Thread Maxim Dounin
Hello! On Fri, Oct 28, 2022 at 09:01:27AM -0400, libresco_27 wrote: > Thanks for your answer! > I have another query if we can actually see that keepalive is being disabled > in nginx logs. > Is it possible to confirm that if we run nginx in debug mode and if so, what > kind of logs should I loo

Re: Disabling keepalive

2022-10-28 Thread libresco_27
Thanks for your answer! I have another query if we can actually see that keepalive is being disabled in nginx logs. Is it possible to confirm that if we run nginx in debug mode and if so, what kind of logs should I look for? Posted at Nginx Forum: https://forum.nginx.org/read.php?2,295571,295628

Re: Disabling keepalive

2022-10-21 Thread Maxim Dounin
Hello! On Fri, Oct 21, 2022 at 11:02:20AM -0400, libresco_27 wrote: > Is there a way to totally disable keepalive form upstream? Right now, I have > the following configuration in upstream to keep the figures to a minimum- > > keepalive: 1; > keepalive_requests: 1; > keepalive_timeout: 1s; > kee

Disabling keepalive

2022-10-21 Thread libresco_27
Hello, Is there a way to totally disable keepalive form upstream? Right now, I have the following configuration in upstream to keep the figures to a minimum- keepalive: 1; keepalive_requests: 1; keepalive_timeout: 1s; keepalive_time: 1s Since, I can't change the keepalive directive's value to 0,