nginx-mod in CentOS/RHEL 8 (aarch64) - High-performance web server
| Website: | https://www.getpagespeed.com/server-setup/nginx-mod-a-better-faster-nginx-build |
|---|---|
| License: | BSD |
| Vendor: | GetPageSpeed LLC |
- Description:
nginx [engine x] is an HTTP and reverse proxy server, as well as a mail proxy server. This version adds some patches to improve performance: * HPACK by Cloudflare * Dynamic TLS records Built with QuicTLS to support HTTP/3, ensuring you're at the forefront of web technology. Be careful using this in production. This package merely addresses all the crazy folks who want you to compile NGINX to get the above features. The compiled NGINX is evil for many reasons. For more info, see: https://www.getpagespeed.com/server-setup/where-compilation-went-wrong The lesser, as well as faster evil is here. Packaged install is easier to use in production and is also easier to roll back to stable NGINX version in case there's an issue with those patches.
- Architecture:
Optimized for aarch64 (ARM64) architecture. It can be used on AWS Graviton instances, as well as Raspberry Pi 4 and newer.
- Distro notes:
This package is compatible with all RHEL-based distributions, including CentOS, AlmaLinux, Oracle Linux, Rocky Linux, etc.
How to Install nginx-mod in CentOS/RHEL 8 (aarch64)
sudo dnf -y install https://extras.getpagespeed.com/release-latest.rpm sudo dnf -y install dnf-plugins-core sudo dnf config-manager --enable getpagespeed-extras-nginx-mod sudo dnf -y install nginx-mod
Packages
| nginx-mod-1.28.2-34.el8.gps.aarch64 [964 KiB] |
Changelog
by Danila Vershinin (2026-03-09):
- Add Provides/Obsoletes for nginx-filesystem (Fedora/EL10 compat) |
| nginx-mod-1.28.2-33.el8.gps.aarch64 [964 KiB] |
Changelog
by Danila Vershinin (2026-03-02):
- Fix service nginx upgrade/check-reload on EL10: replace killproc with pkill -F (procps-ng) - Add Requires: procps-ng for EL7+/Fedora and procps for SUSE |
| nginx-mod-1.28.2-32.el8.gps.aarch64 [964 KiB] |
Changelog
by Danila Vershinin (2026-03-01):
- Enable GPS license module on SLES builds (was Fedora-only) |
| nginx-mod-1.28.2-31.el8.gps.aarch64 [963 KiB] |
Changelog
by Danila Vershinin (2026-02-28):
- Statically link GPS license module on Fedora builds |
| nginx-mod-1.28.2-30.el8.gps.aarch64 [962 KiB] |
Changelog
by Danila Vershinin (2026-02-28):
- Statically link GPS license module on Fedora builds |
| nginx-mod-1.28.2-29.el8.gps.aarch64 [962 KiB] |
Changelog
by Danila Vershinin (2026-02-28):
- Statically link GPS license module on Fedora builds |
| nginx-mod-1.28.2-28.el8.gps.aarch64 [962 KiB] |
Changelog
by Danila Vershinin (2026-02-27):
- Add API module for dynamic upstream management without reloads (NGINX Plus-compatible) |
| nginx-mod-1.28.2-27.el8.gps.aarch64 [954 KiB] |
Changelog
by Danila Vershinin (2026-02-10):
- Add autoindex natural sorting: directory listings now sort 1, 2, 10 instead of 1, 10, 2 |
| nginx-mod-1.28.2-26.el8.gps.aarch64 [953 KiB] |
Changelog
by Danila Vershinin (2026-02-10):
- Add ABI compatibility check to %check: detect struct layout changes at build time |
| nginx-mod-1.28.2-25.el8.gps.aarch64 [953 KiB] |
Changelog
by Danila Vershinin (2026-02-10):
- Fix max_headers patch: move header_count to end of request struct for ABI safety |
| nginx-mod-1.28.2-24.el8.gps.aarch64 [953 KiB] |
Changelog
by Danila Vershinin (2026-02-09):
- Add max_headers directive to limit number of HTTP headers per request (default 100) |
| nginx-mod-1.28.2-23.el8.gps.aarch64 [953 KiB] |
Changelog
by Danila Vershinin (2026-02-08):
- Enable quic_bpf module on EL7/amzn2 via compiler defines (off by default) |
| nginx-mod-1.28.2-22.el8.gps.aarch64 [953 KiB] |
Changelog
by Danila Vershinin (2026-02-08):
- Revert quic_bpf enablement (unsafe for stock CentOS 7 kernels) |