Skip to content

Commit ceef3f4

Browse files
authored
Update configuration.md
added a line
1 parent 951f918 commit ceef3f4

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

content/nap-waf/v4/configuration-guide/configuration.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,8 @@ When configuring NGINX App Protect WAF, `app_protect_enable` should always be en
3838
|[Deny and Allow IP lists](#deny-and-allow-ip-lists) | Manually define denied & allowed IP addresses as well as IP addresses to never log. |
3939
|[XFF headers & trust](#xff-headers-and-trust) | Disabled by default. User can enable it and optionally add a list of custom XFF headers. |
4040
|[gRPC Protection](#grpc-protection-for-unary-traffic) | gRPC content profile detects malformed content, parses well-formed content, and extracts the text fields for detecting attack signatures and disallowed meta-characters. In addition, it enforces size restrictions and prohibition of unknown fields. The Interface Definition Language (IDL) files for the gRPC API must be attached to the profile. gRPC protection can be on [unary](#grpc-protection-for-unary-traffic) or [bidirectional](#grpc-protection-for-bidirectional-streaming) traffic.|
41-
|[Brute Force Attack Preventions](#brute-force-attack-preventions) | Configure brute-force-attack-preventions parameters to secured areas of a web application from brute force attacks.|}
42-
|[IP Groups](#ip-address-lists) | Configure IP Groups feature to organize lists of allowed and forbidden IP addresses across several lists with common attributes.|}
41+
|[Brute Force Attack Preventions](#brute-force-attack-preventions) | Configure brute-force-attack-preventions parameters to secured areas of a web application from brute force attacks.|
42+
|[IP Groups](#ip-address-lists) | Configure IP Groups feature to organize lists of allowed and forbidden IP addresses across several lists with common attributes.|
4343

4444
### Disallowed File Types
4545
{{< include "nap-waf/config/common/disallowed-file-types.md" >}}
@@ -760,7 +760,6 @@ Example2: Different brute force configurations can be defined for individual log
760760
}
761761
],
762762
```
763-
{{< note >}} For further configuration details, see NGINX App Protect WAF Declarative Policy Guide [Declarative Policy guide]({{< ref "/nap-waf/v4/declarative-policy/policy/#policy/brute-force-attack-preventions" >}}). {{< /note >}}
764763

765764
The following example adds all three of the pieces for a complete example policy.
766765

@@ -823,6 +822,8 @@ The following example adds all three of the pieces for a complete example policy
823822
}
824823
```
825824

825+
{{< note >}} For further configuration details, see NGINX App Protect WAF Declarative Policy Guide [Declarative Policy guide]({{< ref "/nap-waf/v4/declarative-policy/policy/#policy/brute-force-attack-preventions" >}}). {{< /note >}}
826+
826827
## Custom Dimensions Log Entries
827828

828829
### Overview

0 commit comments

Comments
 (0)