You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/nginx-one/getting-started.md
-10Lines changed: 0 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -96,16 +96,6 @@ To install NGINX Agent on an NGINX instance:
96
96
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:
97
97
98
98
{{< 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
-
```
109
99
110
100
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`.
0 commit comments