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!
Hi Justin, Thanks for the tutorials. I’m currently looking for a tutorial for installing the latest stable version of nginx on 14.04 using PPA release. Im not sure if any steps have changed since last tutorial here; https://www.digitalocean.com/community/articles/how-to-install-the-latest-version-of-nginx-on-ubuntu-12-10
@desiredpersona: The PPA used in that tutorial also provides packages for use on 14.04. So, you shouldn’t have any issues using it.
Pardon my newbie question, but which server should I choose - Apache or nginx? Or what considerations should I make to chose one?
Or, given that my droplet is mainly a playground for micro-web-apps and speed is not an issue, should i even bother? =)
@kibostoz: There are pros and cons to both Apache or nginx. While I’m partial to nginx, I generally tell people to use the one they’re most comfortable with. Though for your particular case, it sounds like nginx is probably the way to go. If you’re just using the web server as a proxy in front of an app listening on some other port, Nginx is a great choice. It’s what it was originally designed to do.
I switched to using Nginx for all of my servers a few years ago and it is VERY good! The clean configuration syntax is a joy to work with. It’s like switching from using XML to JSON as an data interchange format :-)
$ nginx -V
This installs nginx 1.4.6
Latest stable version is 1.6 as of this writing. Can I get this on my ubuntu 14.04 without compiling? As in just upgrade to it?
@SaM5246: See How To Install The Latest Version Of Nginx On Ubuntu 12.10. It should work fine on any version of Ubuntu.