CentOS :: Setting Varnish, Nginx for WordPress

:: How to setting Varnish and Nginx for WordPress cms in Linux CentOS + Enable Varnish and Nginx repository rpm –nosignature -i //repo.varnish-cache.org/redhat/varnish-3.0/el5/noarch/varnish-release-3.0-1.noarch.rpm rpm -Uvh //nginx.org/packages/rhel/6/noarch/RPMS/nginx-release-rhel-6-0.el6.ngx.noarch.rpm   + Installing Varnish and Nginx yum install varnish nginx php-fpm   + Configure Nginx for WordPress make sure change Nginx port services to 8080. vi /etc/nginx/conf.d/blackonsole.org.conf setup some … Continue reading CentOS :: Setting Varnish, Nginx for WordPress