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 _______________________________________________ nginx mailing list nginx@nginx.org http://mailman.nginx.org/mailman/listinfo/nginx