Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: Add missing directory to NGINX App Protect DoS Instructions #3605

Merged
merged 7 commits into from
Mar 15, 2023
8 changes: 4 additions & 4 deletions docs/content/app-protect-dos/installation.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
---
title: Installation with NGINX App Protect Dos
description: "This document provides an overview of the steps required to use NGINX App Protect Dos with your NGINX Ingress Controller deployment."
title: Installation with NGINX App Protect DoS
description: "This document provides an overview of the steps required to use NGINX App Protect DoS with your NGINX Ingress Controller deployment."
weight: 1800
doctypes: [""]
toc: true
docs: "DOCS-583"
---

> **Note**: The NGINX Kubernetes Ingress Controller integration with NGINX App Protect DoS requires the use of NGINX Plus.
> **Note**: The F5 NGINX Kubernetes Ingress Controller integration with F5 NGINX App Protect DoS requires the use of F5 NGINX Plus.

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.

Expand All @@ -20,7 +20,7 @@ This document provides an overview of the steps required to use NGINX App Protec
2. Clone the Ingress Controller repo:
```
$ git clone https://github.com/nginxinc/kubernetes-ingress.git --branch v3.0.2
$ cd kubernetes-ingress
$ cd kubernetes-ingress/deployments
```

## Create the namespace and service account
Expand Down