Re: upstream_response_length and upstream_addr can't work

2019-11-26 Thread lx
Hi: When we use module of slice, the nuber of bytes from upstream server is more than the bytes which sent to client, So I want to get the number of bytes from upstream server, How to get it? Thank you Roman Arutyunyan 于2019年11月26日周二 下午9:10写道: > Hi, > > On Tue, Nov 26, 2019 at 07:24:00P

Are modules built with --with-compat compatible across minor versions of NGINX?

2019-11-26 Thread ptcell
If I build a dynamic module against, say nginx 1.12.2 with `--with-compat`, will it work with, say nginx 1.12.1 (assuming --with-compat all around) I assume not, because I found this in ngx_module.c, separate from the signature check. nginx_version has the minor version in it. if (module->ver

Re: upstream_response_length and upstream_addr can't work

2019-11-26 Thread Roman Arutyunyan
Hi, On Tue, Nov 26, 2019 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 mime.types; > default_type

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

Re: two identical keycloak servers + nginx as reverse proxy

2019-11-26 Thread Francis Daly
On Mon, Nov 25, 2019 at 12:24:18PM +0200, Gregory Edigarov wrote: Hi there, >     location / { >     proxy_pass  http://signin; >     proxy_redirect  off; >     proxy_set_header    Host   $host; > every request to https://signin.my.domain  resu