Skip to content

Commit 75c1c1d

Browse files
authored
Merge branch 'main' into waf/refactor
2 parents 98ca347 + 24c3c86 commit 75c1c1d

File tree

32 files changed

+1310
-700
lines changed

32 files changed

+1310
-700
lines changed

.github/workflows/coveo.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,11 @@ jobs:
4141
"type": "User",
4242
"name": "anonymous",
4343
"provider": "Email Security Provider"
44+
},
45+
{
46+
"type": "User",
47+
"name": "[email protected]",
48+
"provider": "Email Security Provider"
4449
}
4550
]
4651
}')

content/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
---
22
title: NGINX Product Documentation
33
description: Learn how to deliver, manage, and protect your applications using F5 NGINX products.
4-
---
4+
---

content/agent/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: NGINX Agent
33
url: /nginx-agent/
44
cascade:
5-
logo: NGINX-product-icon.png
5+
logo: NGINX-Agent-product-icon.svg
66
nd-banner:
77
enabled: true
88
type: deprecation

content/agent/configuration/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: "Configuration"
33
weight: "400"
44
url: /nginx-agent/configuration/
55
cascade:
6-
logo: NGINX-product-icon.png
6+
logo: NGINX-product-icon.svg
77
layout: agent-v2-migration
88
---
99

content/agent/installation-upgrade/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@ description: Learn how to install, upgrade, and uninstall NGINX Agent.
44
weight: 300
55
url: /nginx-agent/v2/installation-upgrade/
66
cascade:
7-
logo: NGINX-product-icon.png
7+
logo: NGINX-product-icon.svg
88
type: agent-v2-migration
99
---

content/agent/installation-upgrade/container-environments/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@ description: Learn how to build and run NGINX Agent docker images.
44
weight: 800
55
url: /nginx-agent/v2/installation-upgrade/container-environments/
66
cascade:
7-
logo: NGINX-product-icon.png
7+
logo: NGINX-product-icon.svg
88
type: agent-v2-migration
99
---

content/includes/nap-waf/policy.html

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3705,7 +3705,14 @@ <h2 id="policy/override-rules">override-rules</h2>
37053705
<li><strong>headers['&lt;name&gt;']</strong>: (map-type) The value of the specified header name. Example: "headers['Accept'].startsWith('application')"</li>
37063706
</ul>
37073707
</blockquote>
3708-
<p><strong>Note</strong>: The "headers['&lt;name&gt;']" attribute does not support 'Cookie' as a header name. Attribute "clientIp" supports using "ipAddressLists" in condition: "clientIp.matches(ipAddressLists['<name>'])</p></td>
3708+
<dl>
3709+
<dt><strong>Note</strong>:</dt>
3710+
<dd><ul>
3711+
<li>The "headers['&lt;name&gt;']" attribute does not support 'Cookie' as a header name.</li>
3712+
<li>Attribute "clientIp" supports using "ipAddressLists" in condition: "clientIp.matches(ipAddressLists['&lt;name&gt;'])"</li>
3713+
</ul>
3714+
</dd>
3715+
</dl></td>
37093716
<td></td>
37103717
</tr>
37113718
<tr class="odd">

0 commit comments

Comments
 (0)