Re: Serve multiple requests from a single proxy request

2018-08-31 Thread traquila
: --- > Hi, > > On Fri, Aug 31, 2018 at 05:02:21AM -0400, traquila wrote: > > Hello, > > I'm wondering if nginx is able to serve multiple requests from a > single > > proxy request before it completes. > > > > I am using the following

Re: Serve multiple requests from a single proxy request

2018-08-31 Thread Roman Arutyunyan
Hi, On Fri, Aug 31, 2018 at 05:02:21AM -0400, traquila wrote: > Hello, > I'm wondering if nginx is able to serve multiple requests from a single > proxy request before it completes. > > I am using the following configuration: > > proxy_cache_lock on; >

Serve multiple requests from a single proxy request

2018-08-31 Thread traquila
Hello, I'm wondering if nginx is able to serve multiple requests from a single proxy request before it completes. I am using the following configuration: proxy_cache_lock on; proxy_cache_lock_timeout 5s; proxy_cache ram; proxy_pass myUpstream; My upstream uses chunked tra