Nginx – Response headers in Memcached+Nginx

http-headersmemcachednginx

Is there any way to cache response headers along with the response body in Memcached for use with Nginx?

Best Answer

If you want cache responses in memcached you have to store your information in it manually by using something like a script. Nginx is not web accelerator like squid or varnish if you need that functionality out of the box take a look at varnish. It is working perfectly with nginx also.