mirror of
https://github.com/puma/puma.git
synced 2022-11-09 13:48:40 -05:00
When run cluster::configure task with '-r' parameter it does not set the docroot in mongrel_cluster.yml (closes:
#9389) git-svn-id: svn+ssh://rubyforge.org/var/svn/mongrel/trunk@581 19e92222-5c0b-0410-8929-a290d50e31e9
This commit is contained in:
parent
aa40e99d97
commit
537f843a1b
1 changed files with 1 additions and 1 deletions
|
@ -315,7 +315,7 @@ module Cluster
|
|||
@options["log_file"] = @log_file if @log_file
|
||||
@options["debug"] = @debug if @debug
|
||||
@options["num_procs"] = @num_procs if @num_procs
|
||||
@options["docroot"] = @docroot if @docroots
|
||||
@options["docroot"] = @docroot if @docroot
|
||||
@options["address"] = @address if @address
|
||||
@options["timeout"] = @timeout if @timeout
|
||||
@options["environment"] = @environment if @environment
|
||||
|
|
Loading…
Reference in a new issue