- add
unicorn_env
option for passing environmental variables to unicorn (@rhomeister)
- bug fix: replaced non-existent
log_dir
withunicorn_log_dir
(@rhomeister)
- made nginx fail_timeout configurable (@rhomeister)
- added logrotate configuration for nginx logs (@rhomeister)
- added client SSL authentication (@rhomeister)
- make unicorn timeout configurable (@vicentllongo)
- allow 'PATCH' HTTP method in nginx_conf (@lonre)
- added SPDY support (@rhomeister)
- removed HTML 405 method from
nginx.conf
- add
server_name
directive for the port 80 ssl block in nginx_conf
- setup nginx and unicorn to use TCP if web and app roles are using different servers
- update default nginx log dir location to
/var/log/nginx
- enable setting unicorn app environment with
rails_env
option. Ifrails_env
is not set,stage
option is used as until now. (@bruno-) - add load balancing support (@rhomeister)
- config files are updated each time
setup
task is run (@rhomeister)
- add
nginx_location
option that specifies nginx installation dir (@jordanyaker)
- all the work is moved to the
setup
task
- add
sudo_upload!
helper method for easier uploads - improve the way how templates are handled
- refactor all unicorn and nginx paths to separate modules
- speed up
nginx:setup_ssl
task - small README update
- @bruno- all the v1.0.0 features