Skip to content

Commit 2a3bc3c

Browse files
committed
fix: some comments from PM
1 parent 086b7f4 commit 2a3bc3c

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -661,7 +661,7 @@ To prevent brute force attacks, NGINX App Protect WAF monitors IP addresses, use
661661
When brute force patterns are detected, the NGINX App Protect WAF policy either trigger an alarm or block the attack if the failed
662662
login attempts reached a maximum threshold for a specific username or coming from a specific IP address.
663663
To enable brute force protection, at least one login page must be created.
664-
The login page entity is created separately and is not included in the brute force configuration block
664+
The login page entity is created separately and is not included in the brute force configuration block.
665665

666666
---
667667

@@ -724,7 +724,7 @@ Example1: A single brute force configuration is applied universally to all login
724724
```
725725

726726
Example2: Different brute force configurations can be defined for individual login pages.
727-
with each configuration referencing a specific login page.
727+
With each configuration referencing a specific login page.
728728
```json
729729
{
730730
"policy": {

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -863,7 +863,7 @@ Example1: A single brute force configuration is applied universally to all login
863863
```
864864

865865
Example2: Different brute force configurations can be defined for individual login pages.
866-
with each configuration referencing a specific login page.
866+
With each configuration referencing a specific login page.
867867
```json
868868
{
869869
"policy": {

0 commit comments

Comments
 (0)