Can't seem to access newly create node via IP

I just created a centOS node, installed nginx. But I can't access it by using the public IP address it was assigned. This is weird since I already created 3 VPS before with the same process, but this is the first time I can't access it by public IP.

Note: I can ping the IP but when I try to visit it via the browser, it is not accessible even if the nginx is already running.

Any idea which part I missed?

I usually followed these instructions:

Installing LEMP 1

Installing LEMP 2

1 Reply

Most likely the default firewall active and is blocking port 80/443. Make sure those ports are open.

Reply

Please enter an answer
Tips:

You can mention users to notify them: @username

You can use Markdown to format your question. For more examples see the Markdown Cheatsheet.

> I’m a blockquote.

I’m a blockquote.

[I'm a link] (https://www.google.com)

I'm a link

**I am bold** I am bold

*I am italicized* I am italicized

Community Code of Conduct