Description
nginx with extra dynamic modules on EL8 :
- openresty/echo-nginx-module
- openresty/lua-nginx-module
- openresty/lua-upstream-nginx-module
- openresty/headers-more-nginx-module
- openresty/memc-nginx-module
- openresty/redis2-nginx-module
- openresty/set-misc-nginx-module
- openresty/srcache-nginx-module
- arut/nginx-dav-ext-module
- arut/nginx-rtmp-module
- aperezdc/ngx-fancyindex
- bpaquet/ngx_http_enhanced_memcached_module
- FRiCKLE/ngx_cache_purge
- google/ngx_brotli
- pandax381/ngx_http_pipelog_module
- replay/ngx_http_secure_download
- simpl/ngx_devel_kit
- wandenberg/nginx-sorted-querystring-module
- vozlt/nginx-module-vts
- SpiderLabs/ModSecurity-nginx
Installation Instructions
EL8 should add module_hotfixes=true
to nginx.repo
config file to install :
# yum install -y epel-release
# dnf copr enable outman/nginx
# echo 'module_hotfixes=true' >> /etc/yum.repos.d/_copr\:copr.fedorainfracloud.org\:outman\:nginx.repo
# yum list nginx --showduplicates
Installed Packages
nginx.x86_64 1:1.18.0-2.module_el8.3.0+430+f2605aab @AppStream
Available Packages
nginx.x86_64 1:1.18.0-3.module_el8.4.0+628+a2c72281 AppStream
nginx.x86_64 1:1.18.0-3.module_el8.4.0+818+5ada96a6.1 AppStream
nginx.src 1:1.21.1-3.el8.ngx copr:copr.fedorainfracloud.org:outman:nginx
nginx.x86_64 1:1.21.1-3.el8.ngx copr:copr.fedorainfracloud.org:outman: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 |
---|---|---|
EPEL 8 | x86_64 [modified] (144)* | EPEL 8 (63 downloads) |
EPEL 9 | x86_64 [modified] (81)* | EPEL 9 (35 downloads) |
* Total number of downloaded packages.
Quick Enable
#> dnf copr enable outman/nginx
More info about enabling Copr repositories