cache static content in memory

nfn nginx-forum at nginx.us
Sat May 30 17:48:01 MSD 2009


Thank you Igor. I already know that.

I was think about something like this just to proxy_cache & fastcgi_cache:

location / {
  proxy_cache zone;
  ...
  proxy_match ^~ /products/;
  proxy_match ^~ /catalog/;
  ...
}

Posted at Nginx Forum: http://forum.nginx.org/read.php?2,2465,2505#msg-2505






More information about the nginx mailing list