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

Upstream session control. #14

Open
kevin25 opened this issue Aug 5, 2014 · 0 comments
Open

Upstream session control. #14

kevin25 opened this issue Aug 5, 2014 · 0 comments

Comments

@kevin25
Copy link

kevin25 commented Aug 5, 2014

I configured my upstream for load balancer.

upstream mysite {
fair;
ip_hash;
server 10.0.0.7:80;
server 10.0.0.153:80;
}

Btw, i got issue with sessions. I tried to comment out fair, then i didnt get the issue again. But upstream didn't deliver the requests to the second server. All requests came to the first server.

Do you have any idea? Any fixes? Thanks

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