Wednesday, December 8, 2010

Installing nginx

This is pretty easy as explained here.


# first add fedora community rpm provider
rpm -Uvh http://download.fedora.redhat.com/pub/epel/5/x86_64/epel-release-5-4.noarch.rpm'

# install
yum install nginx

# start
service nginx start

# stop
service nginx stop

No comments:

Post a Comment