Question

Domain works only without www

Hello all,

I am new to this so forgive me if this is stupid.

I am testing a website on my droplet using docker and Nginx and it works only without www If you go to th3pl4gu3.com you will see that it works but www.th3pl4gu3.com doesn’t work.

I even tried a curl just in case browser cache was doing something but still doesn’t work.

My other sub domains such as mes.th3pl4gu3.com etc works.

I even added an A record pointing to droplet public ip.

My nginx ex conf is as follows:

</html>root@th3pl4gu3-web:/etc/nginx/sites-enabled# cat www.th3pl4gu3.com
server {
  server_name   th3pl4gu3.com www.th3pl4gu3.com;

  location / {
    proxy_pass  http://localhost:8082;
  }
}
root@th3pl4gu3-web:/etc/nginx/sites-enabled# cat ../sites-available/www.th3pl4gu3.com
server {
  server_name   th3pl4gu3.com www.th3pl4gu3.com;

  location / {
    proxy_pass  http://localhost:8082;
  }
}

I checked on dnschecker.com and it has been propagated everywhere.

Can someone please help me ?


Submit an answer


This textbox defaults to using Markdown to format your answer.

You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!

Sign In or Sign Up to Answer

These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.

Bobby Iliev
Site Moderator
Site Moderator badge
December 5, 2020
Accepted Answer

Hi there @th3pl4gu33,

I’ve tested your website and it works for both the www and the non-www versions.

Note that it could take up to 24-48 hours for the DNS cache to clear over the Globe before you could see the latest DNS changes.

Regards, Bobby

Try DigitalOcean for free

Click below to sign up and get $200 of credit to try our products over 60 days!

Sign up

Become a contributor for community

Get paid to write technical tutorials and select a tech-focused charity to receive a matching donation.

DigitalOcean Documentation

Full documentation for every DigitalOcean product.

Resources for startups and SMBs

The Wave has everything you need to know about building a business, from raising funding to marketing your product.

Get our newsletter

Stay up to date by signing up for DigitalOcean’s Infrastructure as a Newsletter.

New accounts only. By submitting your email you agree to our Privacy Policy

The developer cloud

Scale up as you grow — whether you're running one virtual machine or ten thousand.

Get started for free

Sign up and get $200 in credit for your first 60 days with DigitalOcean.*

*This promotional offer applies to new accounts only.