nginx caching proxy

Roman Arutyunyan arut at nginx.com
Thu Oct 25 13:20:57 UTC 2018


On Thu, Oct 25, 2018 at 07:21:35AM -0400, vizl wrote:
> And how about result cache file ?
> Will it be only 1 object in cache when 2 client GET 1 file SIMULTANEOUSLY or
> 2 different objects in Nginx proxy_cache_path ?

Only one response can be cached for a single key.  Once a new response is
cached, previous one is discarded.

-- 
Roman Arutyunyan


More information about the nginx mailing list