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!
Thanks for the great tutorial.
I think I made a small mistake and I no longer can access the webUI. I am getting
ERR_TOO_MANY_REDIRECTS
I think the mistake I made was to enable SSL or Force SSL in the administration section. Is there a way to fix this?
In order to resolve chain issues with Letsencrypt , I would suggest changing the following line from
sudo cp /etc/letsencrypt/live/your_domain_name/cert.pem /etc/nginx/certificate.crt
TO
sudo cat /etc/letsencrypt/live/your_domain_name/cert.pem /etc/letsencrypt/live/your_domain_name/chain.pem > /etc/nginx/certificate.crt
This comment has been deleted
What would be the method to accomplish this same setup using Apache instead of Nginx?
Hi,
I am the Founder and CEO of Rocket.Chat
I’d like to have our app added to your DigitalOcean’s One-Click Applications, what should we do?
Cheers,
Gabriel Engel
This comment has been deleted
Hi!
Can you help me? Where can i find this?
/path/to/your/key
Move your certificate’s private key to /etc/nginx/certificate.key:
sudo cp /path/to/your/key /etc/nginx/certificate.key