Plugin Directory

Changeset 198608


Ignore:
Timestamp:
01/27/2010 04:13:46 AM (16 years ago)
Author:
djcp
Message:

More readme tweaks.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • nginx-proxy-cache-integrator/trunk/wp-nginx/readme.txt

    r198607 r198608  
    1313# Need for Speed?
    1414
    15 This plugin handles the php side of a statically cached nginx-fronted wordpress (or wordpress mu) site. It makes Wordpress emit an "X-Accel-Expires: 0" header when a user is logged in or has taken actions that should cause them to get a customized page on your frontend. 
    16 
    17 Why would you want to statically cache your frontend with [nginx?](http://www.nginx.org)
     15This plugin handles the wordpress/php side of a statically cached nginx-fronted wordpress (or wordpress mu) site. It makes Wordpress emit an "X-Accel-Expires: 0" header when a user is logged in or has taken actions that should cause them to get a customized page on your frontend.  This - along with the nginx configuration below - will ensure logged-in users aren't impacted by your static nginx cache.
     16
     17Why would you want to statically cache wordpress with [nginx?](http://www.nginx.org)
    1818
    1919* INSANE performance. Hardware that could generate 6 pages / second can now generate many thousands.
Note: See TracChangeset for help on using the changeset viewer.