1

I have an AWS EC2 instance running Ubuntu.

I have followed this guide to install NGINX;

sudo apt update sudo apt install nginx 

Apparently after installing it, I should have everything I need and should be able to point my browser to my server IP address and see the default welcome to NGINX page.

In the example, it looks like they are using localhost but I am point to my public IPv4 address and have tried with my public IPv4 DNS (although this does appear to be SSL and I don't believe default NGINX is exposing port 443) but both just have connection has timed out messages.

Is something I specifically need to configure within AWS or should it work out of the box like the Ubuntu guide suggests?

How can I get NGINX working in my EC2 Ubuntu instance?

1 Answer 1

1

Turns out I needed to allow HTTP and HTTPS traffic on my instance. I used this as a guide to enable it

You must log in to answer this question.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.