Re: least_conn method session issue

2022-10-21 Thread Dr_tux
For example: my dashboard url : https://my_dashboard:8000/#/index/login If such a URL is entered, can I say use ip_hash in reverse proxy? Posted at Nginx Forum: https://forum.nginx.org/read.php?2,295575,295581#msg-295581 ___ nginx mailing list -- ng

Re: least_conn method session issue

2022-10-21 Thread Dr_tux
Thanks for your answer. I use the same application on AWS (With ELB support least_conn) and my java app is working properly. Is there any way to solve this issue on Nginx side ? Thanks. Posted at Nginx Forum: https://forum.nginx.org/read.php?2,295575,295580#msg-295580 _

Re: least_conn method session issue

2022-10-21 Thread Maxim Dounin
Hello! On Fri, Oct 21, 2022 at 06:04:00PM -0400, Dr_tux wrote: > I use least_conn in Nginx (reverse proxy), but when I open the application's > dashboard, it logs out. It doesn't do this in ip_hash method. What should I > do for this? I m stuck in this situation, I can use least_conn on AWS and i

least_conn method session issue

2022-10-21 Thread Dr_tux
I use least_conn in Nginx (reverse proxy), but when I open the application's dashboard, it logs out. It doesn't do this in ip_hash method. What should I do for this? I m stuck in this situation, I can use least_conn on AWS and it 's working properly. Thanks in advance. Posted at Nginx Forum: ht