Skip to content

Commit

Permalink
Update Readme & disable ip_hash on load balancer
Browse files Browse the repository at this point in the history
  • Loading branch information
GuillaumeSmaha committed Sep 6, 2017
1 parent b3999ce commit ad06fad
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,5 @@ Playbooks
-------

- [Single node](./single)
- [Cluster with one main node and few consumers](./cluster-simple)
- [Cluster with one main node and few consumers](./cluster-simple)
- [Cluster with two main servers and LDAP replication](./cluster-replication)
2 changes: 1 addition & 1 deletion cluster-replication/Vagrantfile
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ Vagrant.configure("2") do |config|
echo "
upstream gluu_oxtrust {
ip_hash;
#ip_hash;
server gluu-main:443;
server gluu-mirror:443;
}
Expand Down

0 comments on commit ad06fad

Please sign in to comment.