Skip to content

Commit

Permalink
nginx-1.22.0 stable version has been released
Browse files Browse the repository at this point in the history
nginx-1.22.0 stable version has been released, incorporating new features and bug fixes from the 1.21.x mainline branch  — including hardening against potential requests smuggling and cross-protocol attacks, ALPN support in the stream module, better distribution of connections among worker processes on Linux, support for the PCRE2 library, support for OpenSSL 3.0 and SSL_sendfile(), improved sendfile handling on FreeBSD, the mp4_start_key_frame directive, and more.

HEADLESS=y \
NGINX_VER=STABLE \
BROTLI=y \
HEADERMOD=y \
MODSEC=n \
MODSEC_ENABLE=n \
bash /root/nginx-autoinstall.sh

nginx version: nginx/1.22.0
built by gcc 10.2.1 20210110 (Debian 10.2.1-6) 
built with OpenSSL 1.1.1n  15 Mar 2022
TLS SNI support enabled
configure arguments: --prefix=/etc/nginx --sbin-path=/usr/sbin/nginx --conf-path=/etc/nginx/nginx.conf --error-log-path=/var/log/nginx/error.log --http-log-path=/var/log/nginx/access.log --pid-path=/var/run/nginx.pid --lock-path=/var/run/nginx.lock --http-client-body-temp-path=/var/cache/nginx/client_temp --http-proxy-temp-path=/var/cache/nginx/proxy_temp --http-fastcgi-temp-path=/var/cache/nginx/fastcgi_temp --user=nginx --group=nginx --with-cc-opt=-Wno-deprecated-declarations --with-cc-opt=-Wno-ignored-qualifiers --with-threads --with-file-aio --with-http_ssl_module --with-http_v2_module --with-http_mp4_module --with-http_auth_request_module --with-http_slice_module --with-http_stub_status_module --with-http_realip_module --with-http_sub_module --add-module=/usr/local/src/nginx/modules/ngx_brotli --add-module=/usr/local/src/nginx/modules/headers-more-nginx-module-0.33
  • Loading branch information
MaximeMichaud authored and angristan committed May 29, 2022
1 parent c04ca1d commit b5049c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nginx-autoinstall.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ fi

# Define versions
NGINX_MAINLINE_VER=${NGINX_MAINLINE_VER:-1.21.6}
NGINX_STABLE_VER=${NGINX_STABLE_VER:-1.20.1}
NGINX_STABLE_VER=${NGINX_STABLE_VER:-1.22.0}
LIBRESSL_VER=${LIBRESSL_VER:-3.3.1}
OPENSSL_VER=${OPENSSL_VER:-1.1.1l}
NPS_VER=${NPS_VER:-1.13.35.2}
Expand Down

0 comments on commit b5049c0

Please sign in to comment.