Install Nginx PHP-FPM and Varnish on CentOS
First of all download and install the remi repo wget http://dl.fedoraproject.org/pub/epel/6/x86_64/epel-release-6-8.noarch.rpm wget http://rpms.famillecollet.com/enterprise/remi-release-6.rpm rpm -Uvh epel-release-6-8.noarch.rpm remi-release-6.rpm Now Installed the php with common used modules and php-fpm yum --enablerepo=remi install…