Skip to content

Commit c51162d

Browse files
committed
edits
1 parent 6a42578 commit c51162d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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
@@ -30,7 +30,7 @@ To quickly set up an NGINX Plus environment on AWS:
3030

3131
Click the **Continue to Subscribe** button to proceed to the **Launch on EC2** page.
3232

33-
3. Select the type of launch by clicking the appropriate tab {{<nb>}}(**1-Click Launch***,{{</nb>}} {{<nb>}}**Manual Launch**,{{</nb>}} or {{<nb>}}**Service Catalog**).{{</nb>}} Choose the desired options for billing, instance size, and so on, and click the {{<nb>}}**Accept Software Terms…**{{</nb>}} button.
33+
3. Select the type of launch by clicking the appropriate tab {{<nb>}}(**1-Click Launch**,{{</nb>}} {{<nb>}}**Manual Launch**,{{</nb>}} or {{<nb>}}**Service Catalog**).{{</nb>}} Choose the desired options for billing, instance size, and so on, and click the {{<nb>}}**Accept Software Terms…**{{</nb>}} button.
3434
4. When configuring the firewall rules, add a rule to accept web traffic on TCP ports 80 and 443 (this happens automatically if you launch from the {{<nb>}}**1-Click Launch**{{</nb>}} tab).
3535
5. As soon as the new EC2 instance launches, NGINX Plus starts automatically and serves a default **index.html** page. To view the page, use a web browser to access the public DNS name of the new instance. You can also check the status of the NGINX Plus server by logging into the EC2 instance and running this command:
3636

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@ module github.com/nginxinc/docs
22

33
go 1.19
44

5-
require github.com/nginxinc/nginx-hugo-theme v0.42.28 // indirect
5+
require github.com/nginxinc/nginx-hugo-theme v0.42.28 // indirect

0 commit comments

Comments
 (0)