Skip to content

Commit 4ca0369

Browse files
committed
removed extra the and fixed hyperlinks
1 parent 00bfcf7 commit 4ca0369

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

content/waf/install/docker.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ The steps you should follow on this page are dependent on your configuration typ
7070

7171
You will need Docker registry credentials to access private-registry.nginx.com for the Multi-container or Hybrid deployment options.
7272

73-
Create a directory and copy your [certificate and key]({{< ref "/waf/install/docker.md#Shared Requirements" >}}) to this directory:
73+
Create a directory and copy your certificate and key to this directory:
7474

7575
```shell
7676
mkdir -p /etc/docker/certs.d/private-registry.nginx.com

content/waf/install/kubernetes-plm.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ To complete this guide, you will need the following prerequisites:
4444
- An active F5 WAF for NGINX subscription in [MyF5](https://my.f5.com/manage/s/) (Purchased or trial).
4545
- Download the [SSL certificate and private key file](#general-subscription-credentials-needed-for-deployments) associated with your 5 NGINX App Protect WAF subscription from the MyF5 Customer Portal if you do not plan of using NGINX Plus in your deployment.
4646
- Download the [SSL certificate and private key file](#general-subscription-credentials-needed-for-deployments), and the [JWT license](#additional-subscription-credentials-needed-for-a-deployments-with-nginx-plus) file associated with your NGINX Plus subscription from the MyF5 Customer Portal if you plan of using NGINX Plus in your deployment.
47-
- [Docker registry credentials](#Additional subscription credentials needed for deployments) are needed to access private-registry.nginx.com
47+
- [Docker registry credentials](#additional-subscription-credentials-needed-for-deployments) are needed to access private-registry.nginx.com
4848

4949
## Default security policy and logging profile
5050

@@ -1018,7 +1018,7 @@ cd nginx-app-protect
10181018
kubectl apply -f crds/
10191019
```
10201020

1021-
Finish the the process by using `helm upgrade`:
1021+
Finish the process by using `helm upgrade`:
10221022

10231023
```shell
10241024
helm upgrade <release-name> . \

content/waf/policies/bot-signatures.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ This feature is enabled by default with the `bot-defense` parameter, and include
1818

1919
## Bot signatures
2020

21-
Bot signature detection works by inspecting the the User-Agent header and URI of a request.
21+
Bot signature detection works by inspecting the User-Agent header and URI of a request.
2222

2323
Each detected bot signature belongs to a bot class: search engine signatures such as `googlebot` are under the trusted_bots class, but F5 WAF for NGINX performs additional checks to authenticate a trusted bot.
2424

0 commit comments

Comments
 (0)