Releases: bert-mccutchen/rails-nginx
Releases · bert-mccutchen/rails-nginx
v1.1.0
v1.0.5
- Updated to ruby-nginx v1.0.4.
- Fixed non-sudo error handling when NGINX is not running and trying to stop. bert-mccutchen/ruby-nginx#2
v1.0.4
- Added client_body_temp_path to default NGINX template.
v1.0.3
- Updated to ruby-nginx v1.0.2.
- Prevented unnecessary NGINX reboots when configurations do not change.
- Prevented an accidental improper directory creation of $PWD/~/.ruby-nginx/tmp.
v1.0.2
- Increased timeouts and buffer size for local development debugging.
v1.0.1
- Updated to ruby-nginx v1.0.1.
- Prevented unnecessary changes to the hosts file.
v1.0.0
Official release of v1.0.0! 🎉
- Added default NGINX proxy_temp_path to avoid directory permissions issues.
- Updated to ruby-nginx v1.0.0! 🎉
v1.0.0-beta.6
- Unbound binding from Puma port configuration.
- Added a new skip_teardown option.
- Added a teardown message on stop.
- Refactored configuration.
- Fixed
./bin/dummyPuma upgrade.
v1.0.0-beta.5
- Disabled NGINX proxy cache in default template.
- Updated to ruby-nginx v1.0.0-beta.4.
v1.0.0-beta.4
- Passed through Rails NGINX template to Ruby NGINX.
- Updated default Rails NGINX template to support pre-NGINX 1.25.1 SSL.