We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4cc97f3 commit 005e32bCopy full SHA for 005e32b
content/includes/nginx-one/conf/nginx-agent-conf.md
@@ -8,15 +8,12 @@ files:
8
```yaml
9
command:
10
server:
11
- host: "<NGINX-One-Console-URL>" # Command server host
+ host: "agent.connect.nginx.com" # Command server host
12
port: 443 # Command server port
13
auth:
14
token: "<your-data-plane-key-here>" # Authentication token for the command server
15
tls:
16
skip_verify: false
17
```
18
19
-Replace the placeholder values:
20
-
21
-- `<NGINX-One-Console-URL>`: The URL of your NGINX One Console instance, typically https://INSERT_YOUR_TENANT_NAME.console.ves.volterra.io/ .
22
-- `<your-data-plane-key-here>`: Your Data Plane key.
+Replace `<your-data-plane-key-here>` with your Data Plane key.
0 commit comments