How to install nginx-module-stream-lua (x86_64)
Lua scripting support for NGINX streams
Install
sudo dnf -y install https://extras.getpagespeed.com/release-latest.rpm 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;
RPMs
| Package | Size | Changelog |
|---|---|---|
| nginx-module-stream-lua-1.28.3+0.0.18-1.fc42.gps.x86_64 | 199 KiB | no changelog |
| nginx-module-stream-lua-1.30.0.0.0.9-1.fc42.gps.x86_64 | 198 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.28.3.0.0.9-1.fc42.gps.x86_64 | 198 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.28.3.0.0.8-1.fc42.gps.x86_64 | 193 KiB |
Danila Vershinin (2025-10-30) - Carefully updated to upstream module version 0.0.17 |