How to install nginx-module-stream-lua (aarch64)
Lua scripting support for NGINX streams
Install
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-mainline sudo dnf -y install nginx-module-stream-lua
Description
Embed the power of Lua into Nginx stream/TCP Servers. To enable this module after installation, add the following to /etc/nginx/nginx.conf and reload NGINX: load_module modules/ngx_stream_lua_module.so; Alternatively, you can enable all installed modules by placing this line at the top of /etc/nginx/nginx.conf: include /usr/share/nginx/modules/*.conf;
Architecture
Optimized for aarch64 (ARM64) architecture. It can be used on AWS Graviton instances, as well as Raspberry Pi 4 and newer.
RPMs
| Package | Size | Changelog |
|---|---|---|
| nginx-module-stream-lua-1.29.7+0.0.18-1.fc42.gps.aarch64 | 195 KiB | no changelog |
| nginx-module-stream-lua-1.29.8.0.0.9-1.fc42.gps.aarch64 | 195 KiB |
Danila Vershinin (2026-03-27) - Updated to upstream module version 0.0.18 (from GetPageSpeed fork) · - Fixes lua-resty-core 0.1.32+ compatibility (ngx_stream_lua_ffi_socket_tcp_getfd) · - Removed fix-ifnamsiz-el7.patch (merged upstream) |
| nginx-module-stream-lua-1.29.7.0.0.9-1.fc42.gps.aarch64 | 195 KiB |
Danila Vershinin (2026-03-27) - Updated to upstream module version 0.0.18 (from GetPageSpeed fork) · - Fixes lua-resty-core 0.1.32+ compatibility (ngx_stream_lua_ffi_socket_tcp_getfd) · - Removed fix-ifnamsiz-el7.patch (merged upstream) |