-
Notifications
You must be signed in to change notification settings - Fork 57
Open
Description
- How would loadbalancer.js supports HTTPS. So say If I've got two hosts https://somehostxyzz.com and another one https://2somehostxyzz.com, how would you do config for this, is this a valid config
{ "sourcePort": 443, "targets": [ { "host": "https://somehostxyzz.com", "port": 443 }, { "host": "https://2somehostxyzz.com", "port": 443 } ] }
- How would you forward the client IP address to the 2 hosts?
- Can you use external load balancer such as CloudFlare, Nginx etc and split traffic across the above 2 hosts
Thanks heaps
Jas
Metadata
Metadata
Assignees
Labels
No labels