Skip to content

Commit e0c5f99

Browse files
authored
Update agent v2/v3 config example used for NGINX proxy setup (#930)
* Update agent v3 config example used for NGINX proxy setup
1 parent c9d3415 commit e0c5f99

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

content/nginx-one/connect-instances/set-up-nginx-proxy-for-nginx-one.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,7 @@ To set up your other NGINX instances to use the proxy instance to connect to NGI
8484
token: "YOUR_DATA_PLANE_KEY_HERE"
8585
tls:
8686
skip_verify: False
87+
server_name: agent.connect.nginx.com
8788
```
8889

8990
{{%/tab%}}
@@ -95,6 +96,8 @@ To set up your other NGINX instances to use the proxy instance to connect to NGI
9596
# Replace YOUR_PROXY_IP_ADDRESS_HERE with the IP address of the NGINX proxy instance.
9697
host: YOUR_PROXY_IP_ADDRESS_HERE
9798
grpcPort: 5000
99+
command: agent.connect.nginx.com
100+
metrics: agent.connect.nginx.com
98101
tls:
99102
enable: True
100103
skip_verify: False

0 commit comments

Comments
 (0)