Skip to content

Commit a7fdc21

Browse files
committed
feat: Rename mentions of NGINX App Protect DoS
1 parent 4be6d8f commit a7fdc21

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

57 files changed

+289
-289
lines changed

.github/CODEOWNERS

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
# NGINX Agent
2323
content/nginx/nms/agent/* @nginx/nginx-agent
2424

25-
# NGINX App Protect DoS
25+
# F5 DoS for NGINX
2626
content/nap-dos/* @nginx/dos-docs-approvers
2727

2828
# NGINX App Protect WAF

cloudcannon.config.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -88,8 +88,8 @@ collections_config:
8888
nap_dos:
8989
path: content/nap-dos
9090
output: true
91-
name: NGINX App Protect DoS
92-
description: Documentation for NGINX App Protect DoS
91+
name: F5 DoS for NGINX
92+
description: Documentation for F5 DoS for NGINX
9393
parse_branch_index: false
9494
icon: notes
9595
preview:

content/includes/nic/configuration/security.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ By default, the ServiceAccount has access to all Secret resources in the cluster
3434
### Configure root filesystem as read-only
3535

3636
{{< call-out "caution" >}}
37-
This feature is compatible with [NGINX App Protect WAFv5](https://docs.nginx.com/nginx-app-protect-waf/v5/). It is not compatible with [NGINX App Protect WAFv4](https://docs.nginx.com/nginx-app-protect-waf/v4/) or [NGINX App Protect DoS](https://docs.nginx.com/nginx-app-protect-dos/).
37+
This feature is compatible with [NGINX App Protect WAFv5](https://docs.nginx.com/nginx-app-protect-waf/v5/). It is not compatible with [NGINX App Protect WAFv4](https://docs.nginx.com/nginx-app-protect-waf/v4/) or [F5 DoS for NGINX](https://docs.nginx.com/nginx-app-protect-dos/).
3838
{{< /call-out >}}
3939

4040
NGINX Ingress Controller is designed to be resilient against attacks in various ways, such as running the service as non-root to avoid changes to files. We recommend setting filesystems on all containers to read-only, this includes `nginx-ingress-controller`, though also includes `waf-enforcer` and `waf-config-mgr` when NGINX App Protect WAFv5 is in use. This is so that the attack surface is further reduced by limiting changes to binaries and libraries.

content/includes/nic/rbac/set-up-rbac.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,15 +18,15 @@ nd-docs: DOCS-1468
1818

1919
<br>
2020

21-
If you're planning to use NGINX App Protect or NGINX App Protect DoS, additional roles and bindings are needed.
21+
If you're planning to use NGINX App Protect or F5 DoS for NGINX, additional roles and bindings are needed.
2222
2323
1. (NGINX App Protect only) Create the *App Protect* role and binding:
2424
2525
```shell
2626
kubectl apply -f deployments/rbac/ap-rbac.yaml
2727
```
2828
29-
2. (NGINX App Protect DoS only) Create the *App Protect DoS* role and binding:
29+
2. (F5 DoS for NGINX only) Create the *App Protect DoS* role and binding:
3030
3131
```shell
3232
kubectl apply -f deployments/rbac/apdos-rbac.yaml

content/nap-dos/_index.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
# The title is the product name
3-
title: F5 NGINX App Protect DoS
3+
title: F5 DoS for NGINX
44
# The URL is the base of the deployed path, becoming "docs.nginx.com/<url>/<other-pages>"
55
url: /nginx-app-protect-dos/
66
# The cascade directive applies its nested parameters down the page tree until overwritten
@@ -21,7 +21,7 @@ nd-product: NAP-DOS
2121
## About
2222
Achieve comprehensive protection against DoS and DDoS attacks for your apps and APIs with a multi-layered, adaptive, automated mitigation strategy for DevOps environments.
2323

24-
Running natively on NGINX Plus and NGINX Ingress Controller, NGINX App Protect DoS is platform-agnostic and supports deployment options ranging from edge load balancers to individual pods in Kubernetes clusters.
24+
Running natively on NGINX Plus and NGINX Ingress Controller, F5 DoS for NGINX is platform-agnostic and supports deployment options ranging from edge load balancers to individual pods in Kubernetes clusters.
2525

2626
## Featured content
2727
[//]: # "You can add a maximum of three cards: any extra will not display."
@@ -31,15 +31,15 @@ Running natively on NGINX Plus and NGINX Ingress Controller, NGINX App Protect D
3131
{{<card-layout>}}
3232
{{<card-section showAsCards="true" isFeaturedSection="true">}}
3333
{{<card title="Deployment" titleUrl="/nginx-app-protect-dos/deployment-guide/learn-about-deployment/">}}
34-
Read how to install and upgrade NGINX App Protect DoS
34+
Read how to install and upgrade F5 DoS for NGINX
3535
{{</card>}}
3636
<!-- The titleURL and icon are both optional -->
3737
<!-- Lucide icon names can be found at https://lucide.dev/icons/ -->
3838
{{<card title="Troubleshooting" titleUrl="/nginx-app-protect-dos/troubleshooting-guide/how-to-troubleshoot/">}}
39-
Learn how to debug NGINX App Protect DoS
39+
Learn how to debug F5 DoS for NGINX
4040
{{</card>}}
4141
{{<card title="Releases" titleUrl="/nginx-app-protect-dos/releases/" icon="clock-alert">}}
42-
Review changelogs for NGINX App Protect DoS
42+
Review changelogs for F5 DoS for NGINX
4343
{{</card>}}
4444
{{</card-section>}}
4545
{{</card-layout>}}

content/nap-dos/deployment-guide/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
description: Learn how to deploy NGINX App Protect DoS.
2+
description: Learn how to deploy F5 DoS for NGINX.
33
title: Deployment Guide
44
weight: 100
55
url: /nginx-app-protect-dos/deployment-guide/

content/nap-dos/deployment-guide/installing-nginx-plus-with-dos-and-waf-on-amazon-web-services.md

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -17,28 +17,28 @@ The AMIs contain combination of the following components:
1717

1818
- Latest version of [F5 NGINX Plus](https://www.f5.com/products/nginx/nginx-plus), optimized for use on Amazon EC2
1919

20-
- Latest version of [NGINX App Protect DoS](https://docs.nginx.com/nginx-app-protect-dos/), optimized for use on Amazon EC2
20+
- Latest version of [F5 DoS for NGINX](https://docs.nginx.com/nginx-app-protect-dos/), optimized for use on Amazon EC2
2121
- Latest version of [NGINX App Protect WAF](https://docs.nginx.com/nginx-app-protect-waf/), optimized for use on Amazon EC2
2222
- Pre-packaged software for building highly available (HA) NGINX Plus configurations
2323

2424
## Install NGINX Plus NGINX App Protect WAF + DoS
2525

26-
To quickly set up an environment with NGINX Plus, NGINX App Protect WAF and NGINX App Protect DoS on AWS:
26+
To quickly set up an environment with NGINX Plus, NGINX App Protect WAF and F5 DoS for NGINX on AWS:
2727

2828
1. Follow the instructions in [Getting Started with Amazon EC2 Linux Instances](http://docs.aws.amazon.com/AWSEC2/latest/UserGuide/EC2_GetStarted.html) to sign up on AWS and get more information about EC2 itself.
2929
2. Proceed to the product page for the appropriate AMI at the AWS Marketplace, and launch the AMI.
3030

31-
- [NGINX Plus with NGINX App Protect DoS – RHEL 7 Linux AMI HVM](https://aws.amazon.com/marketplace/pp/prodview-bjdboufufnb7g?sr=0-4&ref_=beagle&applicationId=AWSMPContessa)
31+
- [NGINX Plus with F5 DoS for NGINX – RHEL 7 Linux AMI HVM](https://aws.amazon.com/marketplace/pp/prodview-bjdboufufnb7g?sr=0-4&ref_=beagle&applicationId=AWSMPContessa)
3232

33-
- [NGINX Plus with NGINX App Protect DoS – RHEL8 Linux AMI HVM](https://aws.amazon.com/marketplace/pp/prodview-e6bifer7o6uzm?sr=0-13&ref_=beagle&applicationId=AWSMPContessa)
33+
- [NGINX Plus with F5 DoS for NGINX – RHEL8 Linux AMI HVM](https://aws.amazon.com/marketplace/pp/prodview-e6bifer7o6uzm?sr=0-13&ref_=beagle&applicationId=AWSMPContessa)
3434

35-
- [NGINX Plus with NGINX App Protect DoS – CentOS 7 Linux AMI HVM](https://aws.amazon.com/marketplace/pp/prodview-deeny2oe7izti?sr=0-12&ref_=beagle&applicationId=AWSMPContessa)
35+
- [NGINX Plus with F5 DoS for NGINX – CentOS 7 Linux AMI HVM](https://aws.amazon.com/marketplace/pp/prodview-deeny2oe7izti?sr=0-12&ref_=beagle&applicationId=AWSMPContessa)
3636

37-
- [NGINX Plus with NGINX App Protect DoS – Debian 11 Linux AMI HVM](https://aws.amazon.com/marketplace/pp/prodview-56oveh2rsxsbq?sr=0-2&ref_=beagle&applicationId=AWSMPContessa)
37+
- [NGINX Plus with F5 DoS for NGINX – Debian 11 Linux AMI HVM](https://aws.amazon.com/marketplace/pp/prodview-56oveh2rsxsbq?sr=0-2&ref_=beagle&applicationId=AWSMPContessa)
3838

39-
- [NGINX Plus with NGINX App Protect DoS – Ubuntu 20.04 Linux AMI HVM](https://aws.amazon.com/marketplace/pp/prodview-gsoln2vnsgpr4?sr=0-5&ref_=beagle&applicationId=AWSMPContessa)
39+
- [NGINX Plus with F5 DoS for NGINX – Ubuntu 20.04 Linux AMI HVM](https://aws.amazon.com/marketplace/pp/prodview-gsoln2vnsgpr4?sr=0-5&ref_=beagle&applicationId=AWSMPContessa)
4040

41-
- [NGINX Plus with NGINX App Protect DoS – Ubuntu 22.04 Linux AMI HVM](https://aws.amazon.com/marketplace/pp/prodview-l6f2q2ykrjufy?sr=0-13&ref_=beagle&applicationId=AWSMPContessa)
41+
- [NGINX Plus with F5 DoS for NGINX – Ubuntu 22.04 Linux AMI HVM](https://aws.amazon.com/marketplace/pp/prodview-l6f2q2ykrjufy?sr=0-13&ref_=beagle&applicationId=AWSMPContessa)
4242

4343
- [NGINX Plus with NGINX App Protect WAF + DoS – RHEL 7 Linux AMI HVM](https://aws.amazon.com/marketplace/pp/prodview-jedbygo6xbvto?sr=0-1&ref_=beagle&applicationId=AWSMPContessa)
4444

@@ -62,7 +62,7 @@ To quickly set up an environment with NGINX Plus, NGINX App Protect WAF and NGIN
6262

6363
See [NGINX Plus on the AWS Cloud](https://www.nginx.com/resources/datasheets/nginx-quick-start-guide-for-aws/) deployment guide for details.
6464

65-
6. Verify latest NGINX PLUS / NGINX App Protect DoS / NGINX App Protect WAF packages are installed on EC2 after its first start:
65+
6. Verify latest NGINX PLUS / F5 DoS for NGINX / NGINX App Protect WAF packages are installed on EC2 after its first start:
6666

6767

6868
Verify NGINX App Protect WAF latest release from <https://docs.nginx.com/nginx-app-protect-waf/releases/> is
@@ -88,7 +88,7 @@ To quickly set up an environment with NGINX Plus, NGINX App Protect WAF and NGIN
8888
nginx -v
8989
```
9090

91-
In case NGINX PLUS / NGINX App Protect DoS / NGINX App Protect WAF packages are not latest release then upgrade the following with these commands:
91+
In case NGINX PLUS / F5 DoS for NGINX / NGINX App Protect WAF packages are not latest release then upgrade the following with these commands:
9292

9393

9494
For App Protect DoS solution based on RedHat / CentOS
@@ -151,17 +151,17 @@ To quickly set up an environment with NGINX Plus, NGINX App Protect WAF and NGIN
151151

152152

153153

154-
8. If AMI includes [NGINX App Protect DoS](https://docs.nginx.com/nginx-app-protect-dos/)
154+
8. If AMI includes [F5 DoS for NGINX](https://docs.nginx.com/nginx-app-protect-dos/)
155155

156-
To enable NGINX App Protect DoS use the following steps:
156+
To enable F5 DoS for NGINX use the following steps:
157157

158-
a. Load the NGINX App Protect DoS module on the main context in the `nginx.conf` file:
158+
a. Load the F5 DoS for NGINX module on the main context in the `nginx.conf` file:
159159

160160
```shell
161161
load_module modules/ngx_http_app_protect_dos_module.so;
162162
```
163163

164-
b. Enable NGINX App Protect DoS on an `http/server/location` context in the `nginx.conf` file:
164+
b. Enable F5 DoS for NGINX on an `http/server/location` context in the `nginx.conf` file:
165165

166166
```shell
167167
app_protect_dos_enable on;
@@ -182,15 +182,15 @@ To quickly set up an environment with NGINX Plus, NGINX App Protect WAF and NGIN
182182
sudo systemctl restart nginx
183183
```
184184

185-
For more configuration information follow [NGINX App Protect DoS Directives and Policy](https://docs.nginx.com/nginx-app-protect-dos/directives-and-policy/learn-about-directives-and-policy/).
185+
For more configuration information follow [F5 DoS for NGINX Directives and Policy](https://docs.nginx.com/nginx-app-protect-dos/directives-and-policy/learn-about-directives-and-policy/).
186186

187187

188188

189189
## What If I Need Help?
190190

191191
If you encounter any problems with NGINX Plus configuration, documentation is available at [nginx.org](https://nginx.org/en/docs/) and in the [NGINX Plus Admin Guide](https://docs.nginx.com/nginx/admin-guide/installing-nginx/).
192192

193-
If you encounter any problems with NGINX App Protect DoS configuration, documentation is available at the [NGINX App Protect DoS Troubleshooting Guide](https://docs.nginx.com/nginx-app-protect-dos/troubleshooting-guide/how-to-troubleshoot/).
193+
If you encounter any problems with F5 DoS for NGINX configuration, documentation is available at the [F5 DoS for NGINX Troubleshooting Guide](https://docs.nginx.com/nginx-app-protect-dos/troubleshooting-guide/how-to-troubleshoot/).
194194

195195
If you encounter any problems with NGINX App Protect WAF configuration, documentation is available at the [NGINX App Protect WAF Troubleshooting Guide](https://docs.nginx.com/nginx-app-protect-waf/v4/troubleshooting-guide/troubleshooting/).
196196

0 commit comments

Comments
 (0)