Difference between revisions of "Setup up Nginx Caching"

From Brian Nelson Ramblings
Jump to: navigation, search
(Created page with "==Setup Nginx Caching== Nginx includes a FastCGI module which has directives for caching dynamic content that are served from the PHP backend. Setting this up removes the nee...")
 
(Setup Nginx Caching)
 
Line 2: Line 2:
  
 
Nginx includes a FastCGI module which has directives for caching dynamic content that are served from the PHP backend. Setting this up removes the need for additional page caching solutions like reverse proxies (think Varnish) or application specific plugins. Content can also be excluded from caching based on the request method, URL, cookies, or any other server variable.
 
Nginx includes a FastCGI module which has directives for caching dynamic content that are served from the PHP backend. Setting this up removes the need for additional page caching solutions like reverse proxies (think Varnish) or application specific plugins. Content can also be excluded from caching based on the request method, URL, cookies, or any other server variable.
 +
 +
Coming Soon....

Latest revision as of 06:36, 9 February 2014

Setup Nginx Caching

Nginx includes a FastCGI module which has directives for caching dynamic content that are served from the PHP backend. Setting this up removes the need for additional page caching solutions like reverse proxies (think Varnish) or application specific plugins. Content can also be excluded from caching based on the request method, URL, cookies, or any other server variable.

Coming Soon....