Changeset 198608
- Timestamp:
- 01/27/2010 04:13:46 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
nginx-proxy-cache-integrator/trunk/wp-nginx/readme.txt
r198607 r198608 13 13 # Need for Speed? 14 14 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 frontendwith [nginx?](http://www.nginx.org)15 This 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 17 Why would you want to statically cache wordpress with [nginx?](http://www.nginx.org) 18 18 19 19 * INSANE performance. Hardware that could generate 6 pages / second can now generate many thousands.
Note: See TracChangeset
for help on using the changeset viewer.