Switching to Nginx from Cherokee: Techincal Guide
This is a follow up to a previous post on Switching to Nginx from Cherokee. Read that in case you’re here and haven’t already.
All information here on a server level is related to RHEL 6. You will need to change some instructions for Debian based systems. CentOS should be fine and needs only a minor URL change in the repo configuration.
Edit /etc/yum.repos.d/nginx.repo and add this:
[nginx] name=nginx repo baseurl=http://nginx.org/packages/rhel/$releasever/$basearch/ gpgcheck=0 enabled=1
Run yum install nginx to install Nginx.
Start rebuilding your …