Skip to content

Commit e8ec4f7

Browse files
committed
Temporarily disable ip_hash as well.
1 parent b3f5f00 commit e8ec4f7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

roles/services/frontend/templates/nginx-frontend.conf.j2

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ server {
3939
}
4040

4141
upstream search {
42-
ip_hash;
42+
# ip_hash;
4343
keepalive {{ groups['search_api'] | length * 2 }}; # 2 connections per backend server.
4444

4545
{% for host in groups['search_api'] %}

0 commit comments

Comments
 (0)