diff --git a/content/includes/nginx-one/conf/nginx-agent-conf.md b/content/includes/nginx-one/conf/nginx-agent-conf.md index 0fcbc57ea..f45844015 100644 --- a/content/includes/nginx-one/conf/nginx-agent-conf.md +++ b/content/includes/nginx-one/conf/nginx-agent-conf.md @@ -8,7 +8,7 @@ files: ```yaml command: server: - host: "" # Command server host + host: "agent.connect.nginx.com" # Command server host port: 443 # Command server port auth: token: "" # Authentication token for the command server @@ -16,7 +16,4 @@ command: skip_verify: false ``` -Replace the placeholder values: - -- ``: The URL of your NGINX One Console instance, typically https://INSERT_YOUR_TENANT_NAME.console.ves.volterra.io/ . -- ``: Your Data Plane key. +Replace `` with your Data Plane key.