Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

A couple of questions #13

Open
jaschahal opened this issue Nov 17, 2017 · 0 comments
Open

A couple of questions #13

jaschahal opened this issue Nov 17, 2017 · 0 comments

Comments

@jaschahal
Copy link

jaschahal commented Nov 17, 2017

  1. 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 } ] }

  1. How would you forward the client IP address to the 2 hosts?
  2. Can you use external load balancer such as CloudFlare, Nginx etc and split traffic across the above 2 hosts

Thanks heaps

Jas

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant