File tree Expand file tree Collapse file tree 1 file changed +16
-18
lines changed
content/nginx-one/connect-instances Expand file tree Collapse file tree 1 file changed +16
-18
lines changed Original file line number Diff line number Diff line change @@ -74,31 +74,29 @@ To set up your other NGINX instances to use the proxy instance to connect to NGI
74
74
{{%tab name="NGINX Agent 3.x"%}}
75
75
76
76
```yaml
77
- command:
78
- server:
79
- # Replace YOUR_PROXY_IP_ADDRESS_HERE with the IP address of the NGINX proxy instance.
80
- host: YOUR_PROXY_IP_ADDRESS_HERE
81
- port: 5000
82
- auth:
83
- # Replace YOUR_DATA_PLANE_KEY_HERE with your NGINX One Console data plane key.
84
- token: "YOUR_DATA_PLANE_KEY_HERE"
85
- tls:
86
- skip_verify: False
87
- server_name: "agent.connect.nginx.com"
77
+ command:
78
+ server:
79
+ # Replace YOUR_PROXY_IP_ADDRESS_HERE with the IP address of the NGINX proxy instance.
80
+ host: YOUR_PROXY_IP_ADDRESS_HERE
81
+ port: 5000
82
+ auth:
83
+ # Replace YOUR_DATA_PLANE_KEY_HERE with your NGINX One Console data plane key.
84
+ token: "YOUR_DATA_PLANE_KEY_HERE"
85
+ tls:
86
+ skip_verify: False
88
87
```
89
88
90
89
{{%/tab%}}
91
90
{{%tab name="NGINX Agent 2.x"%}}
92
91
``` yaml
93
- command :
94
- server :
92
+ server :
93
+ # Replace YOUR_DATA_PLANE_KEY_HERE with your NGINX One Data Plane Key.
94
+ token : " YOUR_DATA_PLANE_KEY_HERE"
95
95
# Replace YOUR_PROXY_IP_ADDRESS_HERE with the IP address of the NGINX proxy instance.
96
96
host : YOUR_PROXY_IP_ADDRESS_HERE
97
- port : 443
98
- auth :
99
- # Replace YOUR_DATA_PLANE_KEY_HERE with your NGINX One Console data plane key.
100
- token : " YOUR_DATA_PLANE_KEY_HERE"
101
- tls :
97
+ grpcPort : 5000
98
+ tls :
99
+ enable : True
102
100
skip_verify : False
103
101
` ` `
104
102
{{%/tab%}}
You can’t perform that action at this time.
0 commit comments