Skip to content

[Question] Redirecting clients to distinct upstream servers #1027

Closed Locked Answered by abhinavsingh
achen353 asked this question in Q&A
Discussion options

You must be logged in to vote

I came across this amazing repo as I sought solutions to reroute HTTP requests from different users to distinct cloud-hosting containers listening on port 80 (one user per container due to the intrinsic limitation of the containerized application).

Note that it's also important to understand how clients will communicate with your instance. Will they use it as a proxy or will they use it as a direct service endpoint. For the former you will need RedirectToCustomServerPlugin, for later you will want ReverseProxyPlugin.

Replies: 5 comments 15 replies

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
2 replies
@abhinavsingh
Comment options

@achen353
Comment options

Answer selected by abhinavsingh
Comment options

You must be logged in to vote
6 replies
@achen353
Comment options

@abhinavsingh
Comment options

@abhinavsingh
Comment options

@achen353
Comment options

@abhinavsingh
Comment options

Comment options

You must be logged in to vote
1 reply
@abhinavsingh
Comment options

Comment options

You must be logged in to vote
6 replies
@achen353
Comment options

@abhinavsingh
Comment options

@achen353
Comment options

@abhinavsingh
Comment options

@abhinavsingh
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
Question Questions related to proxy server
2 participants
Converted from issue

This discussion was converted from issue #1026 on January 21, 2022 07:36.