Hi,
I want to run my app on whatever port i want in droplets. I do not want to run it on 80 or 443.
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!
First thing. you need to do the redirecting not on Load balancer but on Droplet level. second the Digital ocean load balancer does not support HTTP2 which is a game changer.
The load balancer doesnt redirect traffic from https to https but does the translation. customer will still use http and you are sending traffic on https(443) but only to load balancer.
You need to setup a reverse proxy using Nginx with http2 protocol and it will redirect the traffic as well and also does the load balancing on different algorithms. Plus you get the detail log of all instance behind it. It also does the micro cashing and provide a very strong layer of security using it NAXSI module. DOS and DDOS attacks are very common now days.
if you need help in managing your infrastructure you can contact superdevop.com any time
Get paid to write technical tutorials and select a tech-focused charity to receive a matching donation.
Full documentation for every DigitalOcean product.
The Wave has everything you need to know about building a business, from raising funding to marketing your product.
Stay up to date by signing up for DigitalOcean’s Infrastructure as a Newsletter.
New accounts only. By submitting your email you agree to our Privacy Policy
Scale up as you grow — whether you're running one virtual machine or ten thousand.
Sign up and get $200 in credit for your first 60 days with DigitalOcean.*
*This promotional offer applies to new accounts only.