Releases: platanus/capistrano3-nginx
Releases · platanus/capistrano3-nginx
v2.1.6
- Added X-Forwarded-Ssl header to fix invalid CSRF error, #32, thnks to @bradcrawford
v2.1.5
- Update
after
call to work with capistrano3.5, #29, thnks to @paratiger
- fix disable when custom application name is used, #26
v2.1.4
- fix regression in remove task due to new variable, thanks @RyanMacG
v2.1.3
- Simplify the way
sites-enable
and sites-available
are configured, thnks @paulbeattie
- Allow for override of nginx application filename on server, thnks @RyanMacG
v2.1.2
- Fix default ssl key file extension
v2.1.1
- fix task
nginx:sites:disable
, thanks @EricR
v2.0.0
- Use
sudo
to manage sites configurations, thks @kingcrunch
- The sites doesn't fallback into the bundled template when the defined
nginx_template
is not found, thks @kingcrunch