Archives for 25 Jun,2014

You are browsing the site archives by date.

Simple Nginx Setup with PHP

Install Nginx ]# yum install nginx Install php-fpm ]# yum install php54-fpm Create a *.conf file for php-fpm ]# cd /etc/php-fpm.d/ ]# cp www.conf your-domain.conf Setup the your-domain.conf file ]# vim your-domain.conf Type i to enter Edit mode. Change...
Read More