Description
DNF repository for nginx with ALPN on EL7/8.
Nginx with proper HTTP/2 (ALPN) support for Centos 7/8.
Builded with OpenSSL 1.1.1 LTS (For TLS 1.3 tests, RFC 8446, https://dev.ssllabs.com/ssltest/analyze.html)
The original files were patched this script: https://github.com/BOPOHA/nginx-alpn/blob/openssl-3.0.0/contrib/update.bash
Installation Instructions
Centos 7:
curl -s https://copr.fedorainfracloud.org/coprs/vorona/nginx-openssl-v3/repo/epel-7/vorona-nginx-alpn-epel-7.repo -o /etc/yum.repos.d/nginx-alpn-epel-7.repo
yum install nginx -y
Centos 8:
dnf copr enable vorona/nginx-openssl-v3
dnf install nginx -y
Active Releases
The following unofficial repositories are provided as-is by owner of this project. Contact the owner directly for bugs or issues (IE: not bugzilla).
Release | Architectures | Repo Download |
---|---|---|
Centos-stream 8 | x86_64 (0)* | Centos-stream 8 (61 downloads) |
EPEL 7 | x86_64 (104)* | EPEL 7 (75 downloads) |
EPEL 8 | x86_64 (104)* | EPEL 8 (67 downloads) |
EPEL 9 | x86_64 (0)* | EPEL 9 (56 downloads) |
Fedora rawhide | x86_64 (0)* | Fedora rawhide (53 downloads) |
* Total number of downloaded packages.
Quick Enable
#> dnf copr enable vorona/nginx-openssl-v3
More info about enabling Copr repositories