Skip to content

Commit 1c5e5c9

Browse files
authored
Update content/nginx-one/getting-started.md
1 parent bb25a30 commit 1c5e5c9

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

content/nginx-one/getting-started.md

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -96,16 +96,6 @@ To install NGINX Agent on an NGINX instance:
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
9898
{{< include "/nginx-one/conf/nginx-agent-conf.md" >}}
99-
```yaml
100-
server:
101-
token: "<YOUR_DATA_PLANE_KEY>"
102-
host: agent.connect.nginx.com
103-
grpcPort: 443
104-
105-
tls:
106-
enable: True
107-
skip_verify: False
108-
```
10999
110100
If you followed the [Installation and upgrade](https://docs.nginx.com/nginx-agent/installation-upgrade/) guides for installing NGINX Agent, you may need to add this information manually to `nginx-agent.conf`.
111101

0 commit comments

Comments
 (0)