nginx-mod (x86_64) - 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.
How to Install nginx-mod (x86_64)
sudo yum -y install https://extras.getpagespeed.com/release-latest.rpm sudo yum -y install yum-utils sudo yum-config-manager --enable getpagespeed-extras-nginx-mod sudo yum -y install nginx-mod
Packages
| nginx-mod-1.28.2-33.amzn2023.gps.x86_64 [1.1 MiB] |
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.amzn2023.gps.x86_64 [1.1 MiB] |
Changelog
by Danila Vershinin (2026-03-01):
- Enable GPS license module on SLES builds (was Fedora-only) |
| nginx-mod-1.28.2-31.amzn2023.gps.x86_64 [1.1 MiB] |
Changelog
by Danila Vershinin (2026-02-28):
- Statically link GPS license module on Fedora builds |
| nginx-mod-1.28.2-30.amzn2023.gps.x86_64 [1.1 MiB] |
Changelog
by Danila Vershinin (2026-02-28):
- Statically link GPS license module on Fedora builds |
| nginx-mod-1.28.2-29.amzn2023.gps.x86_64 [1.1 MiB] |
Changelog
by Danila Vershinin (2026-02-28):
- Statically link GPS license module on Fedora builds |
| nginx-mod-1.28.2-28.amzn2023.gps.x86_64 [1.1 MiB] |
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.amzn2023.gps.x86_64 [1.0 MiB] |
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.amzn2023.gps.x86_64 [1.0 MiB] |
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.amzn2023.gps.x86_64 [1.0 MiB] |
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.amzn2023.gps.x86_64 [1.0 MiB] |
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.amzn2023.gps.x86_64 [1.0 MiB] |
Changelog
by Danila Vershinin (2026-02-08):
- Enable quic_bpf module on EL7/amzn2 via compiler defines (off by default) |