Re: mirror delay

2018-09-02 Thread Eylon Saadon
HI, when adding keepalive_timeout 0; to the main location it works fine. even if the mirrored location doesn't respond immediately the latency doesn't go up. is this the solution for the issue or just a way to understand the issue? Thanks, Eylon Saadon On Thu, Aug 30, 2018 at 5:2

Re: mirror delay

2018-08-30 Thread Eylon Saadon
:9000; } location /mirror { internal; keepalive_timeout 0; proxy_pass https://test_server$request_uri; } } Thanks, eylon saadon On Thu, Aug 30, 2018 at 4:52 PM Roman Arutyunyan wrote: > Hi, > > On Thu, Aug 30, 2018 at 04:34:29PM +0300, Eylon Saadon wrote: > &g

mirror delay

2018-08-30 Thread Eylon Saadon
t. is there a way to avoid this? I just want the request to get to the test environment and let it process it. but it shouldn't wait fo r the response from the test environment in order to respond to the request -- Thanks, Eylon Saadon ___