Re: Nginx upstream zone

2022-08-08 Thread Sergey Kandaurov
> On 8 Aug 2022, at 06:49, Sergey A. Osokin wrote: > > Hi, > > On Fri, Aug 05, 2022 at 07:40:35PM +0530, Vishwas Bm wrote: >> >> What is the use of zone in stream upstream >> http://nginx.org/en/docs/stream/ngx_stream_upstream_module.html#zone > > Since this is the part of the commercial sub

Re: Nginx upstream zone

2022-08-08 Thread Vishwas Bm
Thanks for the response. I have below configuration in nginx.conf worker_processes 8; pid /var/run/nginx.pid; worker_rlimit_nofile 196886; worker_shutdown_timeout 10s ; include /etc/nginx/conf.d/main/*.conf; events { multi_accepton; worker_connections 16384; use