Hi, I want to cache static files as many as we can. But it does not work with express. It does not use 'Cache Control' header.
and always it is *max-age=0* * * I've tried using several middles ware including static. But didn't work it out. I'm runing node with NODE_ENV too.. Here is the express setup. https://gist.github.com/653e5ae16d2f6a2e7065 -- Arunoda Susiripala @arunoda <http://twitter.com/arunoda> <http://gplus.to/arunoda>https://github.com/arunoda http://www.linkedin.com/in/arunoda -- Job Board: http://jobs.nodejs.org/ Posting guidelines: https://github.com/joyent/node/wiki/Mailing-List-Posting-Guidelines You received this message because you are subscribed to the Google Groups "nodejs" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/nodejs?hl=en?hl=en
