Hello,
I have been searching and exploring some good options to cache the static contents like js,css,images. Which one is the good reverse proxy caching option to cache the static contents varnish or Nginx proxy cache or anything else? Basically how does CDN hosting provider caches the contents for faster delivery?
I read few blogs of cloudflare, they provide some good options to their customers to set the edge side caching headers and browser side caching headers. What(software) does cloudflare use to cache the static contents and how could they set different headers for edge side and browser side caching?
Is it possible to use memcache and srcache module of Nginx for this purpose?
Thanks,