Hello, > On 17 Apr 2024, at 6:32 PM, Reinis Rozitis via nginx <nginx@nginx.org> 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 a...@nginx.com
_______________________________________________ nginx mailing list nginx@nginx.org https://mailman.nginx.org/mailman/listinfo/nginx