Skip to content

Commit 8664251

Browse files
committed
feat: Remove remaining mentions of App Protect WAF
1 parent 334f620 commit 8664251

File tree

26 files changed

+71
-71
lines changed

26 files changed

+71
-71
lines changed

content/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ Learn how to deliver, manage, and protect your applications using F5 NGINX produ
3333
{{</card >}}
3434
{{</card-section>}}
3535

36-
{{<card-section showAsCards="true" title="F5 NGINX App Protect">}}
36+
{{<card-section showAsCards="true" title="F5 WAF for NGINX">}}
3737
{{<card title="F5 WAF for NGINX" titleUrl="/waf/" brandIcon="NGINX-App-Protect-WAF-product-icon.svg" isLanding="true">}}
3838
Lightweight, high-performance, advanced protection against Layer 7 attacks on your apps and APIs.
3939
{{</card >}}

content/controller/admin-guides/install/install-for-controller.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -442,7 +442,7 @@ Before proceeding, you should review the [Prerequisites]({{< ref "/nap-waf/v4/ad
442442
sudo wget -P /etc/apt/apt.conf.d https://cs.nginx.com/static/files/90pkgs-nginx
443443
```
444444
445-
11. Update the repository and install the latest App Protect WAF package.
445+
11. Update the repository and install the latest F5 WAF for NGINX package.
446446
447447
**See Also:** Please refer to [NGINX App Protect Compatibility Matrix]({{< ref "/controller/admin-guides/install/nginx-controller-tech-specs.md#nginx-app-protect-compatibility-matrix" >}}) for specific version compatibility.
448448

content/controller/app-delivery/security/concepts/extend-app-security-snippets.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -197,7 +197,7 @@ We strongly recommend verifying Snippets in a lab environment before making any
197197

198198
This example adds an HTTP Snippet to a Gateway to control the memory and CPU threshold values which determine when NGINX App Protect enters and exits failure mode.
199199

200-
In *failure mode*, App Protect WAF stops processing app traffic. Traffic is either dropped or passed through, as determined by the `app_protect_failure_mode_action` directive.
200+
In *failure mode*, F5 WAF for NGINX stops processing app traffic. Traffic is either dropped or passed through, as determined by the `app_protect_failure_mode_action` directive.
201201

202202
The example below directs F5 WAF for NGINX to enter failure mode when memory utilization or CPU utilization reaches 85% and to exit failure mode when memory or CPU utilization drops to 60%.
203203

content/includes/nic/configuration/ingress-resources/advanced-configuration-with-annotations.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -201,9 +201,9 @@ The table below summarizes the available annotations.
201201
| *nginx.org/server-snippets* | *server-snippets* | Sets a custom snippet in server context. | N/A | |
202202
{{</bootstrap-table>}}
203203

204-
### App Protect WAF {#app-protect}
204+
### F5 WAF for NGINX {#app-protect}
205205

206-
{{< call-out "note" >}} The App Protect annotations only work if the App Protect WAF module is [installed]({{< relref "installation/integrations/app-protect-waf/installation.md" >}}). {{< /call-out >}}
206+
{{< call-out "note" >}} The App Protect annotations only work if the F5 WAF for NGINX module is [installed]({{< relref "installation/integrations/app-protect-waf/installation.md" >}}). {{< /call-out >}}
207207

208208
{{<bootstrap-table "table table-striped table-bordered table-responsive">}}
209209
|Annotation | ConfigMap Key | Description | Default | Example |

content/includes/nic/configuration/policy-resource.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -736,7 +736,7 @@ For `kubectl get` and similar commands, you can also use the short name `pol` in
736736

737737
{{< call-out "note" >}} The feature is implemented using the NGINX Plus [F5 WAF for NGINX Module](https://docs.nginx.com/nginx-app-protect/configuration/). {{< /call-out >}}
738738

739-
The WAF policy configures NGINX Plus to secure client requests using App Protect WAF policies.
739+
The WAF policy configures NGINX Plus to secure client requests using F5 WAF for NGINX policies.
740740

741741
For example, the following policy will enable the referenced APPolicy. You can configure multiple APLogConfs with log destinations:
742742

@@ -759,11 +759,11 @@ waf:
759759
|Field | Description | Type | Required |
760760
| ---| ---| ---| --- |
761761
|``enable`` | Enables F5 WAF for NGINX. | ``bool`` | Yes |
762-
|``apPolicy`` | The [App Protect WAF policy]({{< relref "installation/integrations/app-protect-waf/configuration.md#waf-policies" >}}) of the WAF. Accepts an optional namespace. Mutually exclusive with ``apBundle``. | ``string`` | No |
763-
|``apBundle`` | The [App Protect WAF policy bundle]({{< relref "installation/integrations/app-protect-waf/configuration.md#waf-bundles" >}}). Mutually exclusive with ``apPolicy``. | ``string`` | No |
762+
|``apPolicy`` | The [F5 WAF for NGINX policy]({{< relref "installation/integrations/app-protect-waf/configuration.md#waf-policies" >}}) of the WAF. Accepts an optional namespace. Mutually exclusive with ``apBundle``. | ``string`` | No |
763+
|``apBundle`` | The [F5 WAF for NGINX policy bundle]({{< relref "installation/integrations/app-protect-waf/configuration.md#waf-bundles" >}}). Mutually exclusive with ``apPolicy``. | ``string`` | No |
764764
|``securityLog.enable`` | Enables security log. | ``bool`` | No |
765-
|``securityLog.apLogConf`` | The [App Protect WAF log conf]({{< relref "installation/integrations/app-protect-waf/configuration.md#waf-logs" >}}) resource. Accepts an optional namespace. Only works with ``apPolicy``. | ``string`` | No |
766-
|``securityLog.apLogBundle`` | The [App Protect WAF log bundle]({{< relref "installation/integrations/app-protect-waf/configuration.md#waf-bundles" >}}) resource. Only works with ``apBundle``. | ``string`` | No |
765+
|``securityLog.apLogConf`` | The [F5 WAF for NGINX log conf]({{< relref "installation/integrations/app-protect-waf/configuration.md#waf-logs" >}}) resource. Accepts an optional namespace. Only works with ``apPolicy``. | ``string`` | No |
766+
|``securityLog.apLogBundle`` | The [F5 WAF for NGINX log bundle]({{< relref "installation/integrations/app-protect-waf/configuration.md#waf-bundles" >}}) resource. Only works with ``apBundle``. | ``string`` | No |
767767
|``securityLog.logDest`` | The log destination for the security log. Only accepted variables are ``syslog:server=<ip-address &#124; localhost; fqdn>:<port>``, ``stderr``, ``<absolute path to file>``. | ``string`` | No |
768768
{{% /table %}}
769769

content/nap-dos/deployment-guide/installing-nginx-plus-with-dos-and-waf-on-amazon-web-services.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -108,15 +108,15 @@ To quickly set up an environment with NGINX Plus, F5 WAF for NGINX and F5 DoS fo
108108
sudo service nginx start
109109
```
110110

111-
For App Protect WAF solution based on RedHat / CentOS
111+
For F5 WAF for NGINX solution based on RedHat / CentOS
112112

113113
```shell
114114
sudo service nginx stop
115115
sudo yum install app-protect
116116
sudo systemctl start nginx
117117
```
118118

119-
For App Protect WAF solution based on Debian / Ubuntu
119+
For F5 WAF for NGINX solution based on Debian / Ubuntu
120120

121121
```shell
122122
sudo service nginx stop

content/nginxaas-azure/app-protect/configure-waf.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: Configure App Protect WAF
2+
title: Configure F5 WAF for NGINX
33
weight: 300
44
toc: true
55
url: /nginxaas/azure/app-protect/configure-waf/
@@ -131,8 +131,8 @@ As a workaround, make a copy of the default policy you want to use, then add it
131131

132132
The **Custom Policies** tab shows the status of your custom policies (Compilation and Application Status). Custom policies are automatically compiled when created or modified. Policies that are applied to the NGINX configuration cannot be deleted until they are first removed from the configuration.
133133

134-
It is highly recommended to use logging to monitor the performance of F5 WAF for NGINX and to help diagnose problems. See [Enable App Protect WAF Logs]({{< ref "/nginxaas-azure/app-protect/enable-logging.md" >}}) for directions to configure security and operational logs.
134+
It is highly recommended to use logging to monitor the performance of F5 WAF for NGINX and to help diagnose problems. See [Enable F5 WAF for NGINX Logs]({{< ref "/nginxaas-azure/app-protect/enable-logging.md" >}}) for directions to configure security and operational logs.
135135

136136
## What's next
137137

138-
[Enable App Protect WAF Logs]({{< ref "/nginxaas-azure/app-protect/enable-logging.md" >}})
138+
[Enable F5 WAF for NGINX Logs]({{< ref "/nginxaas-azure/app-protect/enable-logging.md" >}})

content/nginxaas-azure/app-protect/disable-waf.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: Disable App Protect WAF
2+
title: Disable F5 WAF for NGINX
33
weight: 400
44
toc: true
55
url: /nginxaas/azure/app-protect/disable-waf/
@@ -13,7 +13,7 @@ This guide explains how to disable F5 WAF for NGINX on an NGINX as a Service for
1313
## Before you start
1414
You must remove the WAF directives from your NGINX config file before attempting to disable WAF.
1515

16-
## Disable App Protect WAF
16+
## Disable F5 WAF for NGINX
1717

1818
### Using the Microsoft Azure Portal
1919

content/nginxaas-azure/app-protect/enable-logging.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: Enable App Protect WAF Logs
2+
title: Enable F5 WAF for NGINX Logs
33
weight: 300
44
url: /nginxaas/azure/app-protect/enable-logging/
55
toc: true

content/nginxaas-azure/app-protect/enable-waf.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: Enable App Protect WAF
2+
title: Enable F5 WAF for NGINX
33
weight: 200
44
toc: true
55
url: /nginxaas/azure/app-protect/enable-waf/
@@ -30,4 +30,4 @@ Access the [Microsoft Azure portal](https://portal.azure.com)
3030

3131
## What's next
3232

33-
[Configure App Protect WAF]({{< ref "/nginxaas-azure/app-protect/configure-waf.md" >}})
33+
[Configure F5 WAF for NGINX]({{< ref "/nginxaas-azure/app-protect/configure-waf.md" >}})

0 commit comments

Comments
 (0)