Re: nginx-1.25.5
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", "accept_filter", and "setfib" parameters of >the "listen" directive in the stream module. > > *) Feature: cache line size detection for some architectures. >Thanks to Piotr Sikora. > > *) Feature: support for Homebrew on Apple Silicon. >Thanks to Piotr Sikora. > > *) Bugfix: Windows cross-compilation bugfixes and improvements. >Thanks to Piotr Sikora. > > *) Bugfix: unexpected connection closure while using 0-RTT in QUIC. >Thanks to Vladimir Khomutov. I'm subscribed to Mercurial Atom feed also. There are incorrect links, they contain redundant port definition, and because of that there is an SSL error: packet length too long. i.e. https://hg.nginx.org:80/nginx/rev/8618e4d900cc ___ nginx mailing list nginx@nginx.org https://mailman.nginx.org/mailman/listinfo/nginx
RE: nginx-1.25.5
> *) 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 ___ nginx mailing list nginx@nginx.org https://mailman.nginx.org/mailman/listinfo/nginx
Nginx-1.25.3 Proxy_temp Creating Files root partition
Hi, So for some odd reason Nginx creating temp files in the root partition and filling up disk and deleting at a slow rate. Aren't this files supposed to be in /var/cache/nginx/proxy_temp . ?? currently they're locate at /etc/nginx/proxy_temp. How do I change that and how do I stop proxy_temp from creating many temp files and filling up my disk? Thanks Martin ___ nginx mailing list nginx@nginx.org https://mailman.nginx.org/mailman/listinfo/nginx
Re: nginx-1.25.5
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 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