Hi,
I’m tryin to use a Load balancer from DigitalOcean on Frankfurt DC. My Droplet status is allways down… I can connect to the Droplet via ports 22/80 and 443. I don’t understand why the Load balancer doesn’t update the status to Up.
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.
Join our DigitalOcean community of over a million developers for free! Get help and share knowledge in Q&A, subscribe to topics of interest, and get courses and tools that will help you grow as a developer and scale your project or business.
LoadBalancer listens to the droplets on the VCP. If you use nginx, add “listen IP:PORT” so that the HTTP server works on that private IP and port.
Works for me.
Same problem, I am spending too much time trying to make it work. My Load balancer is always down and my site not working anymore.
I’m also tryed to change the check from HTTP to TCP but it still doesn’t work…
Any advice about this issue?