configurator: "listen" directive more nginx-like
commita1c61a663dbeda29967614ead7cac018281ed9de
authorEric Wong <normalperson@yhbt.net>
Fri, 24 Apr 2009 22:00:40 +0000 (24 15:00 -0700)
committerEric Wong <normalperson@yhbt.net>
Fri, 24 Apr 2009 22:00:40 +0000 (24 15:00 -0700)
tree68ce50e723d04665d546ef2f4e2cb4342026725a
parentffe6208286b282db2b2e35ae811c9bd014098fe0
configurator: "listen" directive more nginx-like

The following specifications to bind port 8080 on all interfaces
are now accepted in the configuration file:

  listen "8080" # (with quotes)

  listen 8080   # (without quotes)
lib/unicorn/configurator.rb
test/unit/test_configurator.rb