You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/nginx-one/connect-instances/set-up-nginx-proxy-for-nginx-one.md
+10-11Lines changed: 10 additions & 11 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -70,17 +70,16 @@ To set up your other NGINX instances to use the proxy instance to connect to NGI
70
70
3. Add the following configuration. Replace `YOUR_DATA_PLANE_KEY_HERE` with your actual data plane key and `YOUR_PROXY_IP_ADDRESS_HERE` with the IP address of the NGINX proxy instance.
71
71
72
72
```yaml
73
-
server:
74
-
# Replace YOUR_DATA_PLANE_KEY_HERE with your NGINX One Data Plane Key.
75
-
token: "YOUR_DATA_PLANE_KEY_HERE"
76
-
# Replace YOUR_PROXY_IP_ADDRESS_HERE with the IP address of the NGINX proxy instance.
77
-
host: YOUR_PROXY_IP_ADDRESS_HERE
78
-
grpcPort: 5000
79
-
command: agent.connect.nginx.com
80
-
metrics: agent.connect.nginx.com
81
-
tls:
82
-
enable: true
83
-
skip_verify: false
73
+
command:
74
+
server:
75
+
# Replace YOUR_PROXY_IP_ADDRESS_HERE with the IP address of the NGINX proxy instance.
76
+
host: YOUR_PROXY_IP_ADDRESS_HERE
77
+
port: 443
78
+
auth:
79
+
# Replace YOUR_DATA_PLANE_KEY_HERE with your NGINX One Console data plane key.
0 commit comments