February 2010
1 post
1 tag
Securing CruiseControl.rb on Nginx
CruiseControl is great
Quick and easy to setup
But takes a few minutes to work out how to secure it.
we start cruise;
cruise@MerlotBuild:~/cruisecontrol.rb$ ./cruise start -d
=> Booting Mongrel
=> Rails 2.3.2 application starting on http://0.0.0.0:3333
Going directly by IP http://94.102.144.37:3333 we get our cruise install.
But that’s not good enough, we need to secure it from...