Skip to content

Change WordPress Cache

Mitesh Shah edited this page Aug 20, 2014 · 6 revisions

EasyEngine (ee)

  1. Basic (--basic) to FastCGI (--wpfc)
  2. Super Cache (--wpsc) to FastCGI (--wpfc)
  3. W3 Total Cache (--w3tc) to FastCGI (--wpfc)

Basic (--basic) to FastCGI (--wpfc)

ee site edit example.com

Change following settings:

Old value:

# WPSINGLE BASIC NGINX CONFIGURATION
include common/php.conf;

New value:

# WPSINGLE FAST CGI NGINX CONFIGURATION
include common/wpfc.conf;

Your new configuration look like this

Install Plugins:

  1. Nginx Helper
  2. W3 Total Cache

How to configure above plugin : Click Here

Super Cache (--wpsc) to FastCGI (--wpfc)

W3 Total Cache (--w3tc) to FastCGI (--wpfc)

Clone this wiki locally