Skip to content

Commit 005e32b

Browse files
mjangADubhlaoich
andauthored
fix URL for agent connect to N1 Console (#827)
Co-authored-by: Alan Dooley <[email protected]>
1 parent 4cc97f3 commit 005e32b

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

content/includes/nginx-one/conf/nginx-agent-conf.md

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,15 +8,12 @@ files:
88
```yaml
99
command:
1010
server:
11-
host: "<NGINX-One-Console-URL>" # Command server host
11+
host: "agent.connect.nginx.com" # Command server host
1212
port: 443 # Command server port
1313
auth:
1414
token: "<your-data-plane-key-here>" # Authentication token for the command server
1515
tls:
1616
skip_verify: false
1717
```
1818
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.
19+
Replace `<your-data-plane-key-here>` with your Data Plane key.

0 commit comments

Comments
 (0)