NGINX 1.24.0 stable added to EL7, EL8, EL9 repositories. brotli compression module from Google, http2, ngx cache purge и ngx http geoip2 modules added or built-in. OpenSSL built dynamically using OpenSSL+QUIC 1.1.1r.
TLS 1.3 final works with Google Chrome 70+ and Mozilla Firefox 63+.
RHEL 8-9 / Alma Linux 8-9 / Rocky Linux 8-9 / CentOS 8-9 / Other EL8/EL9 repos are modular now. To install nginx mainline, you need to enable the appropriate stream:
dnf module enable -y nginx:codeit-stable
We build OpenSSL+QUIC 3 separately since v1.23.4, installing it separately to /lib64 with .so.81.3 suffix to ensure it won’t interfere with your system libraries.
Hi Aleksander. At the moment we have your version installed: NGINX 1.23.3 QUIC, Brotli, TLS 1.3, OpenSSL 1.1.1s, support http2 and http3
Is it possible to update to this version with yum update ??? Or how to better do it?
Hi Max,
Sure, it will update properly to OpenSSL+quic 3.0.8 and nginx 1.23.4.
Thanks Alexander. I did yum update but it updated to version 1.2.4 without http3… so i did yum downgrade and now it is 1.2.4 with http3 … huuh :))
I meen downgrade to 1.23.4
Looks like you are using EL8/9. Did you followed instructions in the post or main page, installed the repo with dnf and performed dnf module enable?
Strange anyway that after yum update it installed 1.24.0 without http3 but with yum downgrade it fall back to 1.23.4 with http3 (not to 1.23.3). I have EL7… i will stay at the moment at 1.23.4 because i’m afraid to broke something ))) at the server is working project with 15000 hosts….
Thanks for replay, Alexander.