Upgrading the NGINX module

TIP

Check the NGINX changelog to see what's new in the NGINX module.

Our Module package is distributed in our package repositories. If you haven't already, configure our repository on your system.

Upgrading the Next-Gen WAF NGINX module on Alpine Linux systems

To upgrade the Next-Gen WAF NGINX module on Alpine Linux systems, follow these steps:

  1. Upgrade the NGINX Alpine Linux module package.

    $ apk update
    $ apk add nginx-module-sigsci-nxo-<nginx-version>

    Be sure to replace <nginx-version> with your NGINX version.

  2. Restart your NGINX service.

Upgrading the Next-Gen WAF NGINX module on Red Hat/CentOS systems

To upgrade the Next-Gen WAF NGINX module on Red Hat/CentOS systems, follow these steps:

  1. NGINX 1.12.1 or higher
  2. NGINX 1.11.x
  3. NGINX 1.10.x
  4. NGINX 1.9 or lower
  1. Upgrade the NGINX Lua module package.

    $ sudo yum update
    $ sudo yum install sigsci-module-nginx nginx-module-lua
  2. Restart your NGINX service.

Upgrading the Next-Gen WAF NGINX module on Ubuntu/Debian systems

To upgrade the Next-Gen WAF NGINX module on Ubuntu/Debian systems, follow these steps:

  1. NGINX 1.12.1 or higher
  2. NGINX 1.11.x
  3. NGINX 1.10.x
  4. NGINX 1.9 or lower
  1. Upgrade the NGINX Lua module package.

    $ sudo apt-get update
    $ sudo apt-get install sigsci-module-nginx nginx-module-lua
  2. Restart your NGINX service.

Was this guide helpful?

Do not use this form to send sensitive information. If you need assistance, contact support. This form is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.