Skip to content

nginx 1.21.5

Compare
Choose a tag to compare
@macbre macbre released this 02 Feb 09:34
· 170 commits to master since this release
44a90b2

Please note that $quic variable has been removed in favour of $http3 (https://hg.nginx.org/nginx-quic/rev/651cc905b7c2).

Changes with nginx 1.21.5                                        28 Dec 2021

    *) Change: now nginx is built with the PCRE2 library by default.

    *) Change: now nginx always uses sendfile(SF_NODISKIO) on FreeBSD.

    *) Feature: support for sendfile(SF_NOCACHE) on FreeBSD.

    *) Feature: the $ssl_curve variable.

    *) Bugfix: connections might hang when using HTTP/2 without SSL with the
       "sendfile" and "aio" directives.