:
---
> 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
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;
>
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