All Projects → chloerei → nginx-init-ubuntu-passenger

chloerei / nginx-init-ubuntu-passenger

Licence: other
Nginx init script for passenger on ubuntu

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!

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].