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!
A quick question, as you’re using plain ol’ http between the LB and the web servers, how can you stop others on the DO private network from sniffing out your packets. Given you’ve gone to lengths to secure the public connection what would you do for the other bits? Nice article by the way, I have wondered about SSLs and nginx before, thanks!
@aled.skyrail DO might have tools in place to prevent packet sniffers from running on their network by detecting promiscuous network interfaces.
But I’m not sure, you may want to create a ticket and ask them about it.
@jesin.a thanks for the response, and okay, I’ll see what they say. I’m not setting anything up at the moment but it’s handy to know. Thanks again!
In my case i don’t needed load balance (yet), but migrate from pound proxy to a more flexible solution. I simply added a separate:
/etc/nginx/sites-available/example.com /etc/nginx/sites-available/a.example.com /etc/nginx/sites-available/example.net
per each SSL independent site i wanted to aggregate, nginx handled all the certificates and now i have upstream config that could grow later on the infrastructure.
Great tutorial !!
Overall, great tutorial !!! However, it would be better to add some info about which plan to choose, and how many users/requests can handle load-balancer/web-servers approximately.
How can i configure the backend servers to run NGINX istead of APACHE? I mean, shall i just install and configure nginx normally instead of apache?
Thanks for the article. My simple question is, this configuration takes a way the need for redundancy to grantee availability. I mean a failure of the LoadBalancer means no service!!! How can several LoadBalancers be configured to run in parallel?