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.

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!
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.
Hi Riad, <br> <br>Could you be a little more explicit about what doesn’t work? What error messages are you receiving when trying to access the page? <br> <br>Take a look at this article for some help with setting up DNS using DigitalOcean’s panel: <br> <br>https://www.digitalocean.com/community/articles/how-to-set-up-and-test-dns-subdomains-with-digitalocean-s-dns-panel
I’m trying to point this subdomain <br> <br>http://devcloud.artworked.com to this path… <br> <br>http://MY_SERVER_IP/server/devcloud/ <br> <br>When I hit http://devcloud.artworked.com I get the DNS error “You tried to visit devcloud.artworked.com, which is not loading.” <br> <br>I’ve already set an A Record <br> <br>devcloud in A MY_SERVER_IP. <br> <br>I’ve created a fairly simple nginx block as well… <br> <br>server_name devcloud.artworked.com; <br> root /usr/share/nginx/html/server/devcloud; <br> index index.php index.html; <br> <br> <br>Where I’m I missing ? <br>
It doesn’t look like the subdomain was added. Did you add it to Cloudflare’s DNS control panel?