Skip to content

Commit bb25a30

Browse files
committed
fix
1 parent 44ae987 commit bb25a30

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

content/nginx-one/agent/containers/run-agent-container.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ Create a configuration file named `nginx-agent.conf` in your current directory
4646
and populate the file with the following structure:
4747

4848

49-
{{< include "/nginx-one/conf/nginx-agent.conf.md" >}}
49+
{{< include "/nginx-one/conf/nginx-agent-conf.md" >}}
5050

5151
Replace the placeholder values:
5252

content/nginx-one/getting-started.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ To install NGINX Agent on an NGINX instance:
9595
9696
The `install` script writes an `nginx-agent.conf` file to the `/etc/nginx-agent/` directory, with the [data plane key](#generate-data-plane-key) that you generated. You can find this information in the `nginx-agent.conf` file:
9797
98-
{{< include "/nginx-one/conf/nginx-agent.conf.md" >}}
98+
{{< include "/nginx-one/conf/nginx-agent-conf.md" >}}
9999
```yaml
100100
server:
101101
token: "<YOUR_DATA_PLANE_KEY>"

0 commit comments

Comments
 (0)