Skip to content

Releases: platanus/capistrano3-nginx

v2.1.6

24 Mar 15:13
Compare
Choose a tag to compare
  • Added X-Forwarded-Ssl header to fix invalid CSRF error, #32, thnks to @bradcrawford

v2.1.5

17 Jun 17:58
Compare
Choose a tag to compare
  • Update after call to work with capistrano3.5, #29, thnks to @paratiger
  • fix disable when custom application name is used, #26

v2.1.4

28 Sep 14:59
Compare
Choose a tag to compare
  • fix regression in remove task due to new variable, thanks @RyanMacG

v2.1.3

11 Sep 13:03
Compare
Choose a tag to compare
  • 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

11 Sep 13:01
Compare
Choose a tag to compare
  • Fix default ssl key file extension

v2.1.1

30 Apr 21:29
Compare
Choose a tag to compare
  • fix task nginx:sites:disable, thanks @EricR

v2.1.0

16 Apr 20:02
Compare
Choose a tag to compare
  • disable SSLv3

v2.0.3

17 Nov 19:33
Compare
Choose a tag to compare
  • Adds a task to gzip al static files, thks @kingcrunch

v2.0.0

28 Apr 23:53
Compare
Choose a tag to compare
  • 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