Re: upstream_response_length and upstream_addr can't work

2019-11-28 Thread lx
Hi: If I want to implement this variable which returns the sum of all upstream response sizes from all subrequests. This is feasible? Thank you Roman Arutyunyan 于2019年11月27日周三 下午6:20写道: > Hi, > > On Wed, Nov 27, 2019 at 09:14:09AM +0800, lx wrote: > > Hi: > >

Re: upstream_response_length and upstream_addr can't work

2019-11-26 Thread lx
at 07:24:00PM +0800, lx wrote: > > hi all: > > When I use module of slice, upstream_response_length and > > upstream_addr can't work. > > nginx.conf : > > # > > include m

upstream_response_length and upstream_addr can't work

2019-11-26 Thread lx
hi all: When I use module of slice, upstream_response_length and upstream_addr can't work. nginx.conf : # include mime.types; default_type application/octet-stream; log_format main '$status^$scheme^$req

hi all, [nginx]"accept_mutex on" cause 1s delay

2019-11-10 Thread lx
hi all: I use nginx-1.16.0, nginx is running on X86 embedded devices. The embedded device has 4 CPU, CPU type is: "Intel(R) Atom(TM) CPU D525 @ 1.80GHz". When I use "accpet_mutex on", nginx use 1 secod for get static file. *events { use epoll;accept_mutex on;worker_connections