Skip to content

Commit 6c8b30b

Browse files
authored
Merge branch 'main' into nic/upgrade-instructions
2 parents cbbef0e + cb154e8 commit 6c8b30b

File tree

2 files changed

+17
-19
lines changed

2 files changed

+17
-19
lines changed

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

Lines changed: 16 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -74,31 +74,29 @@ To set up your other NGINX instances to use the proxy instance to connect to NGI
7474
{{%tab name="NGINX Agent 3.x"%}}
7575
7676
```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
8887
```
8988

9089
{{%/tab%}}
9190
{{%tab name="NGINX Agent 2.x"%}}
9291
```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"
9595
# Replace YOUR_PROXY_IP_ADDRESS_HERE with the IP address of the NGINX proxy instance.
9696
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
102100
skip_verify: False
103101
```
104102
{{%/tab%}}

content/nginx/admin-guide/installing-nginx/installing-nginx-plus-amazon-web-services.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ To quickly set up an NGINX Plus environment on AWS:
3838
/etc/init.d/nginx status
3939
```
4040

41-
See [NGINX Plus on the AWS Cloud Quick Start](https://aws.amazon.com/quickstart/architecture/nginx-plus/) deployment guide for details.
41+
See [NGINX Plus on the AWS Cloud Quick Start](https://aws.amazon.com/blogs/apn/introducing-a-new-aws-quick-start-nginx-plus-on-the-aws-cloud-in-15-minutes/) deployment guide for details.
4242

4343
## What If I Need Help?
4444

0 commit comments

Comments
 (0)