nginx-init-ubuntu-rails

Nginx init script for passenger default build on ubuntu.

Original Author: Jason Giedymin <jasong -at- apache -=dot=- org>

Check out my other repos!

Install

cd /etc/init.d
sudo wget https://raw.github.com/chloerei/nginx-init-ubuntu-passenger/master/nginx
sudo update-rc.d nginx defaults
sudo chmod +x nginx
sudo service nginx start

Notes

It is recommended to install Nginx by doing a full compile & build. Not all package repositories keep their branches updated. For security it is your duty to maintain a good working environment and thus includes all interfacing applications.

A great resource is the Nginx Wiki.

Contributions

Contributions are welcome!