At this time, we are using nginx to terminate http and https for 3 scaling groups (different versions) of our app. the scaling group do have multiple running instances of our app (e.g. 10.0.0.1:3000 and 10.0.0.2:3000)
In nginx, i can define an upstream with multiple servers in it.
is something like this also possible in caddy?
Use the proxy module: https://caddyserver.com/docs/proxy it should have all the information you need.
And this type of question should be asked here: https://caddy.community/
Thanks.
Just overread this in my enthusiasm.
Am 30.04.2017 13:40 schrieb "Omar H." notifications@github.com:
https://caddyserver.com/docs/proxy
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
https://github.com/mholt/caddy/issues/1636#issuecomment-298227246, or mute
the thread
https://github.com/notifications/unsubscribe-auth/AGnnDvXCxrdsbJHJ6CZlMm0NZu8D8gxxks5r1HNLgaJpZM4NMiz_
.
Have fun with Caddy 😄
is it possible to do a connection like ip_hash but that works behind a NAT? e.g. a cookie based balancing like nginx plus supports?
No, that feature doesn't exist at this time.