You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* fix: Update nim-app-protect-support.md
* fix : Add NAP 5.9.0 version info to NIM
* Update content/nim/nginx-app-protect/setup-waf-config-management.md
* Update content/nim/nginx-app-protect/setup-waf-config-management.md
Co-authored-by: Jon Torre <[email protected]>
* Update content/nim/nginx-app-protect/setup-waf-config-management.md
Co-authored-by: Mike Jang <[email protected]>
* Update content/nim/nginx-app-protect/setup-waf-config-management.md
Co-authored-by: Jon Torre <[email protected]>
---------
Co-authored-by: Mike Jang <[email protected]>
Co-authored-by: Jon Torre <[email protected]>
@@ -85,18 +86,22 @@ The table below shows which WAF compiler version to use for each version of F5 W
85
86
86
87
{{</bootstrap-table>}}
87
88
89
+
{{< call-out "note" >}}
90
+
Beginning with v5.9.0, both the installation packages for virtual machines and those for containers are categorized under the 5.x.x tag. For previous releases, packages designed for installation on virtual machines were released as 4.x.x versions (NAP 4.15.0, NAP 4.16.0, and so on.), while packages meant for installation on containers were provided as 5.x.x versions (NAP 5.7.0, NAP 5.8.0, and so on.).
91
+
{{< /call-out >}}
92
+
88
93
### Debian or Ubuntu
89
94
90
95
To install the WAF compiler on Debian or Ubuntu, run the following command:
91
96
92
97
```shell
93
-
sudo apt-get install nms-nap-compiler-v5.498.0
98
+
sudo apt-get install nms-nap-compiler-v5.527.0
94
99
```
95
100
96
101
If you want to install more than one version of the WAF compiler on the same system, append the `--force-overwrite` option to the install command after the first installation:
0 commit comments