I cannot get my test page to load.

I bought the domain ateamrebuild.com from 1&1/IONOS. I have changed all 4 nameservers to Linode's:

ns1.linode.com
ns2.linode.com
ns3.linode.com
ns4.linode.com

*Note: 1&1 does not have a 5th nameserver slot.

I followed Linode's tutorial on setting up a Linode instance running Ubuntu 18.04 LTS.

I then followed Linode's tutorial on installing the LEMP stack on Ubuntu 18.04 LTS. I proceeded to install Nginx, MariaDB and PHP.

I then set up a domain zone via manager.linode.com/dns because the legacy DNS dashboard sets up default records in the domain zone to get you started. The new dashboard does not.

After that was done, I checked it and got the following message:

Your zone looks good!
zone ateamrebuild.com/IN: loaded serial 2019012279
OK

Everything seemed to go off without a hitch. I completed all the steps I was supposed to but there is no visible test page here:

ateamrebuild.com/test.php

I'm not sure what I could have missed. Can anyone point me in the right direction?

1 Reply

It looks like Nginx isn't listening on port 80 or 443. I'd recommend double checking that Nginx is up and running. If you've just recently configured it, try restarting Nginx:

service nginx restart

Or, try a quick reboot of your Linode.

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