Skip to content

Commit

Permalink
Add lbmethod bytraffic to balancer
Browse files Browse the repository at this point in the history
  • Loading branch information
bryanjbelanger committed Oct 6, 2014
1 parent 58b018b commit 6958b58
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion manifests/vhost.pp
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,10 @@

::apache::balancer { $name:
collect_exported => true,
proxy_set => {'stickysession' => 'JSESSIONID', 'nofailover' => 'On'},
proxy_set => {
'stickysession' => 'JSESSIONID',
'nofailover' => 'On',
'lbmethod' => 'bytraffic',
},
}
}

0 comments on commit 6958b58

Please sign in to comment.