Re: nginx-1.25.5

2024-04-19 Thread Kirill A . Korinsky
On Fri, 19 Apr 2024 10:02:00 +0200, Sébastien Rebecchi wrote: > > As I understand we better replace all proxy_pass to pass when upstream > server is localhost, but pass does not work with remote upstreams. > Is that right? > It depends on your use case I guess. Frankly speaking I don't see any r

Re: nginx-1.25.5

2024-04-19 Thread Sébastien Rebecchi
Hello As I understand we better replace all proxy_pass to pass when upstream server is localhost, but pass does not work with remote upstreams. Is that right? Sébastien Le ven. 19 avr. 2024 à 09:38, Kirill A. Korinsky a écrit : > On Fri, 19 Apr 2024 03:14:44 +0200, > Fabiano Furtado Pessoa Coe

Re: nginx-1.25.5

2024-04-19 Thread Kirill A . Korinsky
On Fri, 19 Apr 2024 03:14:44 +0200, Fabiano Furtado Pessoa Coelho wrote: > > Please, can you spot these overheads in proxying? > Establishing and accepting a brand new connection, writing and reading of requests. Maybe buffering. A lot of useless context switching between user and kernel spaces.

Re: nginx-1.25.5

2024-04-18 Thread Fabiano Furtado Pessoa Coelho
Hi... On Wed, Apr 17, 2024 at 3:27 PM Roman Arutyunyan wrote: > > Hello, > > On 17 Apr 2024, at 6:32 PM, Reinis Rozitis via nginx wrote: > > *) Feature: the ngx_stream_pass_module. > > > Hello, > what is the difference between pass from ngx_stream_pass_module and > proxy_pass from ngx_stream_

Re: nginx-1.25.5

2024-04-17 Thread Roman Arutyunyan
Hello, > On 17 Apr 2024, at 6:32 PM, Reinis Rozitis via nginx wrote: > >> *) Feature: the ngx_stream_pass_module. > > Hello, > what is the difference between pass from ngx_stream_pass_module and > proxy_pass from ngx_stream_proxy_module? > > As in what entails "directly" in "allows passing

RE: nginx-1.25.5

2024-04-17 Thread Reinis Rozitis via nginx
>    *) Feature: the ngx_stream_pass_module. Hello, what is the difference between pass from ngx_stream_pass_module and proxy_pass from ngx_stream_proxy_module? As in what entails "directly" in "allows passing the accepted connection directly to any configured listening socket"? wbr rr __

Re: nginx-1.25.5

2024-04-17 Thread juef via nginx
Hi, (Tue, 16 Apr 20:40) Roman Arutyunyan: > Changes with nginx 1.25.516 Apr 2024 > > *) Feature: virtual servers in the stream module. > > *) Feature: the ngx_stream_pass_module. > > *) Feature: the "deferred"

nginx-1.25.5

2024-04-16 Thread Roman Arutyunyan
Changes with nginx 1.25.516 Apr 2024 *) Feature: virtual servers in the stream module. *) Feature: the ngx_stream_pass_module. *) Feature: the "deferred", "accept_filter", and "setfib" parameters of the &q