Skip to content

Commit b6f6f36

Browse files
committed
update links to doc ref
1 parent 39442b5 commit b6f6f36

File tree

5 files changed

+12
-4
lines changed

5 files changed

+12
-4
lines changed

content/nginx-one/nap-integration/add-cookies.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Cookies can be configured and managed directly within the policy editor by selec
1111

1212
## Cookie Properties and Types
1313
Each cookie configuration includes:
14-
- `Cookie Type`: `Explicit` or `Wildcard`. For details on explicit and wildcard matching, see the [Matching Types: Explicit vs Wildcard]({{< ref "/nginx-one/waf-policy-matching-types.md" >}}) section.
14+
- `Cookie Type`: `Explicit` or `Wildcard`. For details on explicit and wildcard matching, see the [Matching Types: Explicit vs Wildcard]({{< ref "/nginx-one/nap-integration/waf-policy-matching-types.md" >}}) section.
1515
- `Cookie Name`: The name of the cookie to be monitored or protected
1616
- `Enforcement Type`:
1717
- **Allow**: Permits the cookie with optional attack signature checks

content/nginx-one/nap-integration/add-parameters.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Parameters can be configured and managed directly within the policy editor by se
1111

1212
## Parameter Properties and Types
1313
Each parameter configuration includes:
14-
- `Parameter Type`: `Explicit` or `Wildcard`. For details on explicit and wildcard matching, see the [Matching Types: Explicit vs Wildcard]({{< ref "/nginx-one/waf-policy-matching-types.md" >}}) section.
14+
- `Parameter Type`: `Explicit` or `Wildcard`. For details on explicit and wildcard matching, see the [Matching Types: Explicit vs Wildcard]({{< ref "/nginx-one/nap-integration/waf-policy-matching-types.md" >}}) section.
1515
- `Name`: The name of the parameter
1616
- `Location`: Where the parameter is expected (URL query string, POST data, etc.)
1717
- `Value Type`: The expected type of the parameter value (e.g., alpha-numeric, integer, email)

content/nginx-one/nap-integration/add-urls.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ URLs can be configured and managed directly within the policy editor by selectin
1111

1212
## URL Properties and Types
1313
Each URL configuration includes:
14-
- `URL Type`: `Explicit` or `Wildcard`. For details on explicit and wildcard matching, see the [Matching Types: Explicit vs Wildcard]({{< ref "/nginx-one/waf-policy-matching-types.md" >}}) section
14+
- `URL Type`: `Explicit` or `Wildcard`. For details on explicit and wildcard matching, see the [Matching Types: Explicit vs Wildcard]({{< ref "/nginx-one/nap-integration/waf-policy-matching-types.md" >}}) section.
1515
- `Method`: Specifies which HTTP methods are allowed (`GET`, `POST`, `PUT`, etc.)
1616
- `Protocol`: The protocol for the URL (`HTTP`/`HTTPS`)
1717
- `Enforcement Type`:

content/nginx-one/nap-integration/security-policy-api.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: "Set security policies through the API"
3-
weight: 800
3+
weight: 900
44
toc: true
55
type: reference
66
product: NGINX One

content/includes/nginx-one/waf-policy-matching-types.md renamed to content/nginx-one/nap-integration/waf-policy-matching-types.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
---
2+
title: "Matching types: Explicit vs Wildcard"
3+
weight: 800
4+
toc: true
5+
nd-content-type: how-to
6+
nd-product: NGINX One Console
7+
---
8+
19
# Matching Types: Explicit vs Wildcard
210

311
In F5 WAF for NGINX (formerly known as NGINX App Protect WAF), matching can be defined in two ways:

0 commit comments

Comments
 (0)