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

Can nginx-upstream-fair support cname? #29

Open
toffstechzhang opened this issue Jun 18, 2018 · 1 comment
Open

Can nginx-upstream-fair support cname? #29

toffstechzhang opened this issue Jun 18, 2018 · 1 comment

Comments

@toffstechzhang
Copy link

upstream mongrel {
fair;
server cname1.abc.com:5000;
server cname2.abc.com:5001;
server 127.0.0.1:5002;
}

@toffstechzhang toffstechzhang changed the title Can you support cname? Can nginx-upstream-fair support cname? Jun 18, 2018
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

2 participants
@toffstechzhang and others