about summary refs log tree commit homepage
path: root/lib/unicorn/configurator.rb
DateCommit message (Expand)
2011-06-13change TCP defaults to favor low latency
2011-06-07configurator: add :ipv6only directive
2011-04-29TUNING: document worker_processes tuning
2011-04-27configurator: attempt to clarify :tcp_nopush/:tcp_nodelay
2011-04-18documentation cleanup/reduction
2011-04-13configurator: fix broken local variable
2011-04-13configurator: miscellaneous RDoc improvements
2011-04-13configurator: remove outdated user example in after_fork
2011-02-02allow binding on IPv6 sockets with listen "[#{addr}]:#{port}"
2011-01-31enable TCP_NOPUSH/TCP_CORK by default
2011-01-19configurator: undocument trust_x_forwarded_for
2010-12-21configurator: RDoc cleanups and improvements
2010-12-21http: hook up "trust_x_forwarded" to configurator
2010-12-10unicorn 3.1.0 - client_buffer_body_size tuning v3.1.0
2010-12-09allow client_buffer_body_size to be tuned
2010-12-09configurator: ensure examples in FAQ still work
2010-11-11configurator: enable "rewindable_input" directive
2010-10-27configurator: reloading with unset values restores default
2010-10-27configurator: use "__send__" instead of "send"
2010-10-27configurator: switch to normal class
2010-08-30remove nasty ugly hacks at startup
2010-07-06configurator: cleanup RDoc, un-indent
2010-07-06configurator: documentation for new accept options
2010-06-10docs: hopefully clarify preload_app=false behavior
2010-06-10configurator: remove debugging output
2010-06-10fix alt-working_directory behavior for Rails 3
2010-06-10respect "working_directory" wrt config.ru
2010-06-05File.readable? and File.writable? are more readable
2010-06-04configurator: logger: drop "close" requirement
2010-06-04doc: emphasize the importance of stderr_path
2010-03-01configurator "user" directive outside of after_fork
2010-02-25unicorn_rails: make this "working_directory"-aware
2009-11-23configurator: shorten rdoc, link to examples instead
2009-11-18Do not expand paths given on the shell
2009-11-14configurator: listen :umask parameter for UNIX sockets
2009-11-13configurator: update RDoc and comments in examples
2009-11-04worker: user/group switching for after_fork hooks
2009-11-03configurator: update documentation for working_directory
2009-11-03configurator: working_directory affects pid, std{err,out}_paths
2009-11-03configurator: set ENV["PWD"] with working_directory, too
2009-11-03configurator: working_directory is expanded
2009-11-01configurator: add "working_directory" directive
2009-10-24configurator: fix broken example in RDoc
2009-10-13show configuration file path in errors instead of '(eval)'
2009-10-09configurator: update with nginx fail_timeout=0 example
2009-10-02configurator: listen :delay must be Numeric
2009-10-02configurator: update some migration examples
2009-09-28configurator: remove DEFAULT_LOGGER constant
2009-09-28configurator: add colons in front of listen() options
2009-09-28configurator: update and modernize examples