A #devops question: is there a way to set up a "rolling cache" with nginx?
I want it to handle each request like so:
1. Immediately respond with the cached version
2. Start rebuilding the cache for that request in the background, so the next request for this URI gets a newer cached version
Cc @rysiek