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
Copy file name to clipboardExpand all lines: _banners/waf-unification-notice.md
+1-3Lines changed: 1 addition & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,4 @@
2
2
3
3
Welcome to the F5 WAF for NGINX documentation! This product was formerly known as NGINX App Protect WAF.
4
4
5
-
Documentation is being incrementally rewritten: if you're looking for information that hasn't been re-integrated yet, you can still browse [the old documentation]({{< ref "/nap-waf" >}}).
Copy file name to clipboardExpand all lines: content/ngf/install/upgrade-version.md
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -68,7 +68,8 @@ Warning: kubectl apply should be used on resource created by either kubectl crea
68
68
69
69
{{% tab name="Helm" %}}
70
70
71
-
{{< call-out "important" >}} If you are using NGINX Plus and have a different Secret name than the default `nplus-license` name, specify the Secret name by setting `--set nginx.usage.secretName=<secret-name>` when running `helm install` or `helm upgrade`. {{< /call-out >}}
71
+
72
+
{{< call-out "important" "Important" >}}If you are using NGINX Plus and have a different Secret name than the default `nplus-license` name, specify the Secret name by setting `--set nginx.usage.secretName=<secret-name>` when running `helm install` or `helm upgrade`.{{< /call-out >}}
72
73
73
74
To upgrade the release with Helm, you can use the OCI registry, or download the chart and upgrade from the source.
Copy file name to clipboardExpand all lines: content/nic/configuration/global-configuration/command-line-arguments.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -666,7 +666,7 @@ The default value is `false`.
666
666
667
667
When enabled, the controller automatically adjusts `proxy_buffers`, `proxy_buffer_size`, and `proxy_busy_buffers_size` to ensure they work together properly and NGINX can start successfully.
668
668
669
-
More explanation about this feature can be found in the guide [here](<ref "/nic/installation/configuration/proxy-buffers-configuration.md">).
669
+
More explanation about this feature can be found in the guide [here]({{< ref "/nic/configuration/proxy-buffers-configuration.md" >}}).
@@ -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:
Copy file name to clipboardExpand all lines: content/waf/changelog.md
+5-4Lines changed: 5 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -33,9 +33,10 @@ _September 29th, 2025_
33
33
### Important notes
34
34
35
35
- Restructured documentation
36
-
- NGINX App Protect WAF renamed to F5 WAF for NGINX
37
-
- Versions aligned for packages and other artefacts
38
-
- No workflow or breaking changes
36
+
- NGINX App Protect WAF renamed to F5 WAF for NGINX - no workflow or breaking changes
37
+
- Packaged NAP version (VM-based or bare-metal deployments) alignment - renamed from v4 to v5 so both packaged and containerized offerings now share the same version number (v5.9).
38
+
This doesn't introduce breaking changes.
39
+
For example: Upgrades work exactly the same. Users can upgrade from v4.x (for example, 4.16) to 5.9 just as they did between earlier v4 releases (for example, 4.15 → 4.16).
Copy file name to clipboardExpand all lines: content/waf/install/kubernetes-plm.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -18,7 +18,7 @@ nd-product: NAP-WAF
18
18
19
19
There are two new features available for Kubernetes through early access:
20
20
21
-
**Security policy orchestration**, which removes the need for compilaton by updating existing JSONsecurity policies.
21
+
**Security policy orchestration**, which removes the need for compilation by updating existing security policies. The supported security policy formats are JSON, YAML (where the security policy is defined inline within the AppPolicy CR), and Bundle.
22
22
23
23
**Automated signature updates**, which can auto-update security signatures.
24
24
@@ -1379,4 +1379,4 @@ status:
1379
1379
1380
1380
- Verify the persistent volume is properly mounted
0 commit comments