about summary refs log tree commit homepage
path: root/lib/unicorn/configurator.rb
DateCommit message (Expand)
2009-04-13Configurator: add example for user/group switching
2009-04-13Expose worker to {before,after}_fork hooks
2009-04-10listen backlog, sndbuf, rcvbuf are always changeable
2009-04-03configurator: allow hooks to be passed callable objects
2009-03-31configurator: remove unnecessary SocketHelper include
2009-03-31Better canonicalization of listener paths + tests
2009-03-29configurator: favor "listen" directive over "listeners"
2009-03-29configurator: per-listener backlog, {rcv,snd}buf config
2009-03-19Move listen path and address expansion to Configurator
2009-03-18gracefully die if working dir is invalid at fork
2009-03-09Configurator: document reasons for lowering backlog
2009-03-09Unicorn::Configurator: documentation
2009-03-04Add before_exec hook
2009-03-04Remove "directory" config option
2009-03-03configurator: update the per-worker listen example
2009-03-03Add configurator test
2009-03-03Allow stderr_path and stdout_path to be set in the config
2009-03-03Load the app _after_ forking workers by default
2009-02-23Allow overriding :directory or via -C/--directory
2009-02-21revamp configuration with Configurator DSL