Nginx stream...?

I do have nginx-full installed on OpenWrt 24.10.0.

I am struggling with nginx stream resulting in "unknown directive "stream" in /etc/nginx/nginx.conf:10" as in Nginx-full package not full featured.

When I add "load_module /usr/lib/nginx/modules/ngx_stream_module.so;" to my configuration I get

dlopen() "/usr/lib/nginx/modules/ngx_stream_module.so" failed (Error loading shared library /usr/lib/nginx/modules/ngx_stream_module.so: No such file or directory) in /etc/nginx/nginx.conf:4

What packages are avail, do support stream, and where are dlls located if any?

A quick look in the downloads directory shows a package ' nginx-mod-stream, which contains the library ngx_stream_module.so.

1 Like