This is an old revision of the document!
Nginx
Nginx upgrade (centos6.5)
# Check status service ngnix status service httpd status # Install yum install ngnix # Disable Apache service httpd stop chkconfig httpd off chkconfig ngnix on # Setup configuration cd /etc/ngnix/sites-available # Edit the configuration vi [DOMAIN-NAME].conf cd /etc/ngnix/sites-enabled ln -s ../sites-available/[DOMAIN-NAME].conf service ngnix restart