diff --git a/content/nginx-one/connect-instances/set-up-nginx-proxy-for-nginx-one.md b/content/nginx-one/connect-instances/set-up-nginx-proxy-for-nginx-one.md index a4f94db76..96114fc4a 100644 --- a/content/nginx-one/connect-instances/set-up-nginx-proxy-for-nginx-one.md +++ b/content/nginx-one/connect-instances/set-up-nginx-proxy-for-nginx-one.md @@ -84,6 +84,7 @@ To set up your other NGINX instances to use the proxy instance to connect to NGI token: "YOUR_DATA_PLANE_KEY_HERE" tls: skip_verify: False + server_name: agent.connect.nginx.com ``` {{%/tab%}} @@ -95,6 +96,8 @@ To set up your other NGINX instances to use the proxy instance to connect to NGI # Replace YOUR_PROXY_IP_ADDRESS_HERE with the IP address of the NGINX proxy instance. host: YOUR_PROXY_IP_ADDRESS_HERE grpcPort: 5000 + command: agent.connect.nginx.com + metrics: agent.connect.nginx.com tls: enable: True skip_verify: False