configurator: favor "listen" directive over "listeners"
commitdf58b5249c3e17ee4fab448224e3f043a2444fa0
authorEric Wong <normalperson@yhbt.net>
Mon, 30 Mar 2009 01:10:14 +0000 (29 18:10 -0700)
committerEric Wong <normalperson@yhbt.net>
Mon, 30 Mar 2009 03:59:44 +0000 (29 20:59 -0700)
tree4ff14e4a8590d0487dc230d34fa50f518c8df8a3
parentf65783b5a107fb515b46b17998b276d0fafd4be1
configurator: favor "listen" directive over "listeners"

We still need to support "listeners" for easy use of
command-line options, but folks using the config file should use
"listen" as it is more flexible.
lib/unicorn/configurator.rb
test/exec/test_exec.rb