Hi everyone,
I am working on a fairly complex Nginx caching setup and need to know is there a timeout time for the number of requests before it caches them. In other words for how long does it count URLs, does cache inactive time influence this?
I wanted to do something like, if a URL was requested 100 times within the last 60 seconds then cache.
I am working on a fairly complex Nginx caching setup and need to know is there a timeout time for the number of requests before it caches them. In other words for how long does it count URLs, does cache inactive time influence this?
I wanted to do something like, if a URL was requested 100 times within the last 60 seconds then cache.