Skip to content

Commit 88864c3

Browse files
authored
fix: Add missing directory to NGINX App Protect DoS Instructions (#3605)
* fix: Add missing directory to NGINX App Protect DoS Instructions This miniature commit changes the path for the CD command in the second prerequisite of the "Installation with NGINX App Protect DoS" document. A reader with existing knowledge would spot the issue immediately, but one without might be left confused why the subsequent commands fail. Additional, this commit fixes some minor noun issues for the documentation based on the product naming conventions. * fix: Prepend F5 to the first instance of every product name
1 parent d83c7af commit 88864c3

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docs/content/app-protect-dos/installation.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
---
2-
title: Installation with NGINX App Protect Dos
3-
description: "This document provides an overview of the steps required to use NGINX App Protect Dos with your NGINX Ingress Controller deployment."
2+
title: Installation with NGINX App Protect DoS
3+
description: "This document provides an overview of the steps required to use NGINX App Protect DoS with your NGINX Ingress Controller deployment."
44
weight: 1800
55
doctypes: [""]
66
toc: true
77
docs: "DOCS-583"
88
---
99

10-
> **Note**: The NGINX Kubernetes Ingress Controller integration with NGINX App Protect DoS requires the use of NGINX Plus.
10+
> **Note**: The F5 NGINX Kubernetes Ingress Controller integration with F5 NGINX App Protect DoS requires the use of F5 NGINX Plus.
1111
1212
This document provides an overview of the steps required to use NGINX App Protect DoS with your NGINX Ingress Controller deployment. You can visit the linked documents to find additional information and instructions.
1313

@@ -20,7 +20,7 @@ This document provides an overview of the steps required to use NGINX App Protec
2020
2. Clone the Ingress Controller repo:
2121
```
2222
$ git clone https://github.com/nginxinc/kubernetes-ingress.git --branch v3.0.2
23-
$ cd kubernetes-ingress
23+
$ cd kubernetes-ingress/deployments
2424
```
2525
2626
## Create the namespace and service account

0 commit comments

Comments
 (0)