Requesting a Nginx Variable - "client_time_taken" (similar to request_time & upstream_response_time)

2023-10-01 Thread Devarajan D via nginx
Dear Team, We're using Nginx 1.22.1 open source version as Load Balancer and tomcat servers as upstream. We got a complaint from one of our clients stating the request time is too long (~30 minutes for ~10MB uploads) from our server for few MBs of Request Upload. On checking, we found the r

Re: Requesting a Nginx Variable - "client_time_taken" (similar to request_time & upstream_response_time)

2023-10-02 Thread Devarajan D via nginx
when using the open-source version. Timeouts such asĀ  client_body_timeout are not much helpful for such attacks. Thanks & Regards, Devarajan D. On Mon, 02 Oct 2023 03:46:40 +0530 Maxim Dounin wrote --- Hello! On Sun, Oct 01, 2023 at 08:20:23PM +0530, Devarajan D via ngin