Skip to content

blackisthelight/nginx-centos-daemon

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

nginx-centos-daemon

If you’re like me, you one time installed RVM/Passenger/passenger-install-nginx-module and realized you couldn’t start nginx the normal way. This is designed for CentOS/RHEL flavors and has been tested in CentOS 6.2

Installation Instructions

cd ~/
curl https://raw.github.com/blackisthelight/nginx-centos-daemon/master/nginx >> nginx
chmod +x nginx
sudo cp ./nginx /etc/init.d/nginx
sudo /etc/init.d/nginx (stop|start|restart)

Enjoy! Email me if you have any questions–andrew@needtagger.com

About

nginx start/stop/restart daemon for CentOS. Use with RVM/passenger-install-nginx-module

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages