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
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.
446
446
447
447
**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.
Copy file name to clipboardExpand all lines: content/controller/app-delivery/security/concepts/extend-app-security-snippets.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
@@ -197,7 +197,7 @@ We strongly recommend verifying Snippets in a lab environment before making any
197
197
198
198
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.
199
199
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.
201
201
202
202
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%.
Copy file name to clipboardExpand all lines: content/includes/nic/configuration/ingress-resources/advanced-configuration-with-annotations.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
@@ -201,9 +201,9 @@ The table below summarizes the available annotations.
201
201
| *nginx.org/server-snippets* | *server-snippets* | Sets a custom snippet in server context. | N/A | |
202
202
{{</bootstrap-table>}}
203
203
204
-
### App Protect WAF {#app-protect}
204
+
### F5 WAF for NGINX {#app-protect}
205
205
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 >}}
Copy file name to clipboardExpand all lines: content/includes/nic/configuration/policy-resource.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -736,7 +736,7 @@ For `kubectl get` and similar commands, you can also use the short name `pol` in
736
736
737
737
{{< 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 >}}
738
738
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.
740
740
741
741
For example, the following policy will enable the referenced APPolicy. You can configure multiple APLogConfs with log destinations:
|``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 |
764
764
|``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 |
767
767
|``securityLog.logDest`` | The log destination for the security log. Only accepted variables are ``syslog:server=<ip-address | localhost; fqdn>:<port>``, ``stderr``, ``<absolute path to file>``. | ``string`` | No |
Copy file name to clipboardExpand all lines: content/nginxaas-azure/app-protect/configure-waf.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,5 @@
1
1
---
2
-
title: Configure App Protect WAF
2
+
title: Configure F5 WAF for NGINX
3
3
weight: 300
4
4
toc: true
5
5
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
131
131
132
132
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.
133
133
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.
0 commit comments