cpuhouse/nginx-stable
Project ID: 32482
Description
Nginx packages for Enterprise Linux
This repository provides a modified version of Nginx web server software enhanced for performance and security built for EPEL. Follow features are enabled:
- Header compression for HTTP/2 (Hpack)
- Dynamic TLS records
- TLS 1.3 with ChachaPoly-1305-Draft cipher used by older Android
- Strict SNI for TLS
- Asyncronous IO efficiency with io_uring
- Atomic operations capability
Modules built with Nginx
- ngx_http_brotli
- ngx_http_cache_purge
- ngx_http_echo
- ngx_http_fancyindex
- ngx_http_geoip2
- ngx_http_headers_more
- ngx_http_image_filter
- ngx_http_lua
- ngx_http_lua_upstream
- ngx_http_memc
- ngx_http_naxsi
- ngx_http_ndk
- ngx_http_njs
- ngx_http_perl
- ngx_http_redis2
- ngx_http_security
- ngx_http_set_misc
- ngx_http_srcache
- ngx_http_sts
- ngx_http_vts
- ngx_http_xslt_filter
- ngx_mail
- ngx_pagespeed
- ngx_stream
- ngx_stream_geoip2
- ngx_stream_njs
- ngx_stream_sts
Installation Instructions
To enable this repository and install Openfire run:
For CentOS 7.x:
sudo yum install epel-release
sudo yum install yum-plugin-copr
sudo yum copr enable cpuhouse/nginx-stable
sudo yum install nginx
For CentOS 8.x:
sudo dnf install epel-release
sudo dnf copr enable cpuhouse/nginx-stable
sudo dnf install nginx
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 (47 downloads) |
EPEL 7 | x86_64 (52)* | EPEL 7 (194 downloads) |
EPEL 8 | x86_64 (56)* | EPEL 8 (124 downloads) |
Fedora 39 | x86_64 (0)* | Fedora 39 (33 downloads) |
Fedora 40 | x86_64 (0)* | Fedora 40 (19 downloads) |
Fedora 41 | x86_64 (0)* | Fedora 41 (7 downloads) |
Fedora rawhide | x86_64 (0)* | Fedora rawhide (66 downloads) |
* Total number of downloaded packages.
Quick Enable
#> dnf copr enable cpuhouse/nginx-stable
More info about enabling Copr repositories