Skip to content

Commit e5982d4

Browse files
committed
Merge branch 'main' into epic-472-port-nginx-one-labs
2 parents 82567cf + c8af3ad commit e5982d4

File tree

1,025 files changed

+1680
-1567
lines changed

Some content is hidden

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

1,025 files changed

+1680
-1567
lines changed

content/agent/changelog.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: "Changelog"
33
weight: 1200
44
toc: true
5-
docs: "DOCS-1093"
5+
nd-docs: "DOCS-1093"
66
---
77

88
{{< note >}}You can find the full changelog, contributor list and assets for NGINX Agent in the [GitHub repository](https://github.com/nginx/agent/releases).{{< /note >}}

content/agent/configuration/configuration-overview.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Basic configuration
33
draft: false
44
weight: 100
55
toc: true
6-
docs: DOCS-1229
6+
nd-docs: DOCS-1229
77
type:
88
- how-to
99
---
@@ -50,7 +50,7 @@ server:
5050
# host of the control plane
5151
host: <FQDN>
5252
grpcPort: 443
53-
backoff: # note: default values are prepopulated
53+
backoff: # note: default values are prepopulated
5454
initial_interval: 100ms # Add the appropriate duration value here, for example, "100ms" for 100 milliseconds, "5s" for 5 seconds, "1m" for 1 minute, "1h" for 1 hour
5555
randomization_factor: 0.10 # Add the appropriate float value here, for example, 0.10
5656
multiplier: 1.5 # Add the appropriate float value here, for example, 1.5
@@ -88,7 +88,7 @@ metrics:
8888
report_interval: 1m
8989
collection_interval: 15s
9090
mode: aggregated
91-
backoff: # note: default values are prepopulated
91+
backoff: # note: default values are prepopulated
9292
initial_interval: 100ms # Add the appropriate duration value here, for example, "100ms" for 100 milliseconds, "5s" for 5 seconds, "1m" for 1 minute, "1h" for 1 hour
9393
randomization_factor: 0.10 # Add the appropriate float value here, for example, 0.10
9494
multiplier: 1.5 # Add the appropriate float value here, for example, 1.5
@@ -170,9 +170,9 @@ nginx-agent
170170

171171
### CLI Flags and Environment Variables
172172

173-
{{< warning >}}
173+
{{< warning >}}
174174

175-
Before version 2.35.0, the environment variables were prefixed with `NMS_` instead of `NGINX_AGENT_`.
175+
Before version 2.35.0, the environment variables were prefixed with `NMS_` instead of `NGINX_AGENT_`.
176176

177177
If you are upgrading from an older version, update your configuration accordingly.
178178

@@ -220,9 +220,9 @@ If you are upgrading from an older version, update your configuration accordingl
220220
<br>
221221

222222
{{<note>}}
223-
Use the `--config-dirs` command-line option, or the `config_dirs` key in the `nginx-agent.conf` file, to identify the directories NGINX Agent can read from or write to. This setting also defines the location to which you can upload config files when using a control plane.
223+
Use the `--config-dirs` command-line option, or the `config_dirs` key in the `nginx-agent.conf` file, to identify the directories NGINX Agent can read from or write to. This setting also defines the location to which you can upload config files when using a control plane.
224224

225-
NGINX Agent cannot write to directories outside the specified location when updating a config and cannot upload files to directories outside of the configured location.
225+
NGINX Agent cannot write to directories outside the specified location when updating a config and cannot upload files to directories outside of the configured location.
226226

227227
NGINX Agent follows NGINX configuration directives to file paths outside the designated directories and reads certificates' metadata. NGINX Agent uses the following directives:
228228

content/agent/configuration/configure-nginx-agent-features.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ weight: 150
55
toc: true
66
type:
77
- how-to
8-
docs: DOCS-1678
8+
nd-docs: DOCS-1678
99
---
1010

1111
## Overview

content/agent/configuration/configure-nginx-agent-group.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Add NGINX users to nginx-agent Group
33
draft: false
44
weight: 300
55
toc: true
6-
docs: DOCS-933
6+
nd-docs: DOCS-933
77
type:
88
- how-to
99
---

content/agent/configuration/encrypt-communication.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: Encrypt communication
33
toc: true
44
weight: 200
5-
docs: DOCS-802
5+
nd-docs: DOCS-802
66
---
77

88
## Overview

content/agent/configuration/health-checks.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ weight: 400
55
toc: true
66
type:
77
- how-to
8-
docs: DOCS-1677
8+
nd-docs: DOCS-1677
99
---
1010

1111
## Overview

content/agent/contribute/community.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Community and contribution
33
draft: false
44
weight: 100
55
toc: true
6-
docs: DOCS-1087
6+
nd-docs: DOCS-1087
77
type:
88
- how-to
99
---

content/agent/contribute/dev-environment-setup.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Development environment setup
33
draft: false
44
weight: 200
55
toc: true
6-
docs: DOCS-1088
6+
nd-docs: DOCS-1088
77
type:
88
- how-to
99
---

content/agent/installation-upgrade/container-environments/docker-images.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Build container images
33
draft: false
44
weight: 100
55
toc: true
6-
docs: DOCS-1410
6+
nd-docs: DOCS-1410
77
type:
88
- how-to
99
---

content/agent/installation-upgrade/container-environments/docker-support.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Container support and troubleshooting
33
draft: false
44
toc: true
55
weight: 200
6-
docs: DOCS-909
6+
nd-docs: DOCS-909
77
type:
88
- task
99
---

0 commit comments

Comments
 (0)