Re: unable to get local issuer certificate

2020-08-03 Thread vijay.dcrust
Did you get any fix for this. I am also having same problem. Posted at Nginx Forum: https://forum.nginx.org/read.php?2,287423,288956#msg-288956 ___ nginx mailing list nginx@nginx.org http://mailman.nginx.org/mailman/listinfo/nginx

Re: Request Time in Nginx Log as always 0.000 for HIT Request

2020-08-03 Thread Maxim Dounin
Hello! On Mon, Aug 03, 2020 at 03:54:15PM -0400, anish10dec wrote: > In our case response body is of size around 4MB to 8MB and its showing > 0.000. > > Since "request time" is for analyzing the time taken for delivering the > content to client , we are not able to get the actual value or time t

Re: Request Time in Nginx Log as always 0.000 for HIT Request

2020-08-03 Thread anish10dec
In our case response body is of size around 4MB to 8MB and its showing 0.000. Since "request time" is for analyzing the time taken for delivering the content to client , we are not able to get the actual value or time taken . Even on slow user connection its showing 0.000 . Generally it should b

Re: Found Nginx 1.19.0 stopped but no idea what happened

2020-08-03 Thread Evald80
Seems the problem is with the modsec module. After disabling it, the problem disappeared... Also nginx -t command is very slow with modsec module enabled. Pretty strange that nobody has encountered this issue. Mos probably people are not running modsec and websites on the same installation of nginx