How should I configure nginx caching headers for a "baked" static file blog? (Octopress)
- by Doug Stephen
I recently deployed an Octopress blog (which is a blogging platform built around Jekyll). It's a static-site blog generator, with no dynamic content or databases to muck about with. It's being served up by nginx.
My question is, what is the appropriate expires directive or Cache-Control header that I should set to make sure that visitors get the…