Subscribe

How to install nginx-module-njs (aarch64)

NGINX njs dynamic modules

License: BSD Vendor: GetPageSpeed LLC https://github.com/nginx/njs

Install

sudo dnf -y install https://extras.getpagespeed.com/release-latest.rpm
sudo dnf -y install nginx-module-njs

Description

NGINX njs dynamic modules To enable this module after installation, add the following to /etc/nginx/nginx.conf and reload NGINX: load_module modules/ngx_http_js_module.so; load_module modules/ngx_stream_js_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

Danila Vershinin (2024-10-22) - upstream module version auto-updated to 0.8.7
Danila Vershinin (2024-10-02) - upstream module version auto-updated to 0.8.6
Danila Vershinin (2024-06-26) - upstream module version auto-updated to 0.8.5