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

2023-10-01 Thread Maxim Dounin
Hello! On Sun, Oct 01, 2023 at 08:20:23PM +0530, Devarajan D via nginx wrote: > Currently, there is no straightforward way to measure the time > taken by client to upload the request body.  > > 1. A variable similar to request_time, upstream_response_time > can be helpful to easily log this ti

Re: SSL Reuse not happening in s3 presigned urls

2023-10-01 Thread Maxim Dounin
Hello! On Sun, Oct 01, 2023 at 12:39:20AM +0530, Vijay Kumar Kamannavar wrote: > Hello. > > I am using nginx reverse proxy for s3 presigned urls. > I am running nginx as a container using nginx:1.25.2 debian image. My host > has 16 Core and 32GB. > > Below is the nginx configuration. > > user

Re: SSL Reuse not happening in s3 presigned urls

2023-10-01 Thread Paul
On 2023-09-30 15:09, Vijay Kumar Kamannavar wrote: I am using nginx reverse proxy for s3 presigned urls. [Disclaimer: very limited experience with amazonaws, so will assume that you comply fully with , if not, ma

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