I have set up a VPS on Vultr running Debian 10, and I've just installed nginx
.
If my understanding is correct, at this stage, I should be able to see something like
when I visit my website. Indeed, when I run curl -i mydomain.com
from the ssh terminal (i.e., from root@mydomain.com
), I see the html for the above webpage in the terminal, but when I run it from another terminal (or just my browser), I get no response.
I have read other answers to similar questions on this site which point to Firewall blocking port 80, but there is no Firewall set up from the Vultr side. Also, these are the records I currently have on my DNS:
I'm not sure what I'm doing wrong. I appreciate any assistance with this.