On Thu, Nov 11, 2010 at 04:49:52PM -0500, gms8994 wrote:
proxy_pass http://global;
}
}
}
However, I’m not seeing any data stored in the tmpcache. No folders
created, no files. What am I missing?
Without proxy_cache_valid nginx will only cache responses which
explicitly indicate they may be cached (either with Expires header
in future or with Cache-Control: max-age=).