Hello,

> On 17 Apr 2024, at 6:32 PM, Reinis Rozitis via nginx <[email protected]> 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 the accepted connection
> directly to any configured listening socket"?

In case of "pass" there's no proxying, hence zero overhead.
The connection is passed to the new listening socket like it was accepted by it.

----
Roman Arutyunyan
[email protected]




_______________________________________________
nginx mailing list
[email protected]
https://mailman.nginx.org/mailman/listinfo/nginx

Reply via email to