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.

Hi,
I’m currently trying to add a Server Block for one of my domains but for some reason it’s not working, it goes to the default block when viewed on a browser, this is what I did.
Pointed my domain to the name server from Digitalocean. NS1.DIGITALOCEAN.COM NS2…
Added the domain under the DNS menu in Digitalocean mysitename.com
Created a folder for my site in the /var/www folder. /var/www/mysitename
Created an index.html file inside the mysitename folder. /var/www/mysitename/index.html
Created the server block file. /etc/nginx/sites-available/mysitename.com
**mysitename.com block content: **
server {
listen 80;
listen [::]:80;
root /var/www/mysitename;
index index.html index.htm;
server_name mysitename.com www.mysitename.com;
location / {
try_files $uri $uri/ =404;
}
As you can see this is not set to be the default block but when I type mysitename.com it show the content from the block I have set as the default block.
Any idea what am I missing?
Thanks
009fd274aeae48f2bfbda6ef568676
Cloudstream Apk
Ruz
Ruz
Edward Sitarski
ebeecroft
dashan
34bcef38725b4e6eb5224ae028f17e
markatango
gouskova
Andrew J Montanus