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 c9d3415 commit e0c5f99Copy full SHA for e0c5f99
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
84
token: "YOUR_DATA_PLANE_KEY_HERE"
85
tls:
86
skip_verify: False
87
+ server_name: agent.connect.nginx.com
88
```
89
90
{{%/tab%}}
@@ -95,6 +96,8 @@ To set up your other NGINX instances to use the proxy instance to connect to NGI
95
96
# Replace YOUR_PROXY_IP_ADDRESS_HERE with the IP address of the NGINX proxy instance.
97
host: YOUR_PROXY_IP_ADDRESS_HERE
98
grpcPort: 5000
99
+ command: agent.connect.nginx.com
100
+ metrics: agent.connect.nginx.com
101
102
enable: True
103
0 commit comments