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
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
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.
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_
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
> *) 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
__
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"
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