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

From GPU-powered inference and Kubernetes to managed databases and storage, get everything you need to build, scale, and deploy intelligent applications.

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 ?
009fd274aeae48f2bfbda6ef568676
Cloudstream Apk
Ruz
Ruz
Edward Sitarski
ebeecroft
dashan
34bcef38725b4e6eb5224ae028f17e
markatango
gouskova
Andrew J Montanus