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 @monkeyluffy,
It would seem there is an issue with your Nginx, it might be from a simple typing error to something else in Nginx. Luckily, all of this can be tracked down from the Nginx error log.
In order to do that, you’ll need to follow these steps
ssh root@YourDropletIP
2.Once you have the connections, in the first one run
tail -f /var/log/nginx/error.log
This will follow your log for any errors. Now that you are following the log in your second window type in
systemctl restart nginx
Once it fails, open back your first window. The error will be presented there.
From there you should be able to move forward with the experienced error.
If you are uncertain how to proceed, paste the error here, I’ll be more than happy to pinpoint the exact issue.
Regards, KDSys