1.25.3
Binaries
nginx-*-i686.exe
: 32-bit nginxnginx-*-i686-debug.exe
: 32-bit nginx with debugging log and symbolsnginx-slim-*-i686.exe
: 32-bit nginx without opensslnginx-*-x86_64.exe
: 64-bit nginxnginx-*-x86_64-debug.exe
: 64-bit nginx with debugging log and symbolsnginx-slim-*-x86_64.exe
: 64-bit nginx without openssl
Sources
- nginx 1.25.3 (nginx/nginx@b8fb83b)
- zlib 1.3 (madler/zlib@09155ea)
- pcre2-10.42 (PCRE2Project/pcre2@52c0884)
- openssl 1.1.1w (openssl/openssl@e04bd34)
Nginx changelog
Changes with nginx 1.25.3 24 Oct 2023
*) Change: improved detection of misbehaving clients when using HTTP/2.
*) Feature: startup speedup when using a large number of locations.
Thanks to Yusuke Nojima.
*) Bugfix: a segmentation fault might occur in a worker process when
using HTTP/2 without SSL; the bug had appeared in 1.25.1.
*) Bugfix: the "Status" backend response header line with an empty
reason phrase was handled incorrectly.
*) Bugfix: memory leak during reconfiguration when using the PCRE2
library.
Thanks to ZhenZhong Wu.
*) Bugfixes and improvements in HTTP/3.