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.
Accepted Answer
I’m writing my own answer. The firewall was blocking the 443 .
Ok. Your DNS records appear to be resolving correctly based on the information here. Your server at 139.59.36.53 however, while responding to ping requests is not responding to web requests.
I would recommend logging into your droplet via SSH (This service appears to be up and running) and attempt to start or restart your web service with:
service nginx restart;
If the service fails to start, check the log file at /var/log/nginx/error.log for more information on what problem was encountered.