search for: set_listener

Displaying 1 result from an estimated 1 matches for "set_listener".

Did you mean: inet_listener
2010 Jun 04
8
unicorn_rails cleanup (possible fix for Rails3) pushed
...ck::Static - run inner_app + run ActionController::Dispatcher.new end end end.to_app end end -app = rails_builder(ru, daemonize) +app = ru ? Unicorn.builder(ru, opts) : rails_builder(daemonize) options[:listeners] << "#{host}:#{port}" if set_listener if $DEBUG -- Eric Wong