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

how to use upstream group #2169

Open
verticall opened this issue Jul 24, 2022 · 4 comments
Open

how to use upstream group #2169

verticall opened this issue Jul 24, 2022 · 4 comments

Comments

@verticall
Copy link

Example

https://domain.com/

resolve dns to my nginx manager is ok !

and then

location / {
proxy_pass pod_group_1:28080;
health_check;
}
upstream pod_group_1 {
server 10.0.0.1:28080;
server 10.0.0.2:28080;
}

how to configure following on this problem

in normal senario config by UI 1 proxy host forward to 1 destination but also 1 proxy host to multiple destination is dosn't have ?

@visteras
Copy link

visteras commented Jan 3, 2023

upstream group not work for me(
I can use only internal proxy for resolve this issue(

@visteras
Copy link

visteras commented Jan 3, 2023

P.S. I can add upstream group in http_top custom config, but i don't set upstream in location because NPM require PORT!!!... and i can't rewrite proxy_pass in custom location in advanced mode...

@verticall
Copy link
Author

noted.

Copy link

Issue is now considered stale. If you want to keep it open, please comment 👍

@github-actions github-actions bot added the stale label Feb 13, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants