Skip to content

Commit

Permalink
Merge pull request #14306 from carbonin/fix_apache_lbmethod
Browse files Browse the repository at this point in the history
MiqApache::Conf.create_balancer_config expects a :lbmethod key
  • Loading branch information
jrafanie authored Mar 14, 2017
2 parents fff32fa + 7f537bb commit a94622d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/models/mixins/miq_web_server_worker_mixin.rb
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ def install_apache_proxy_config
options = {
:member_file => self::BALANCE_MEMBER_CONFIG_FILE,
:redirects_file => self::REDIRECTS_CONFIG_FILE,
:method => self::LB_METHOD,
:lbmethod => self::LB_METHOD,
:redirects => self::REDIRECTS,
:cluster => self::CLUSTER,
:protocol => self::PROTOCOL
Expand Down

0 comments on commit a94622d

Please sign in to comment.