nginx-1.19.10

2021-04-13 Thread Maxim Dounin
Changes with nginx 1.19.10 13 Apr 2021 *) Change: the default value of the "keepalive_requests" directive was changed to 1000. *) Feature: the "keepalive_time" directive. *) Feature: the $connection_time variable. *) Workaround: "gzip

launching a user thread from a module

2021-04-13 Thread xdrew
Hello, I'd like to spawn a single custom thread as a part of my nginx module. The idea is that it can be used to perform some periodic tasks, asynchronously and independently from HTTP requests. (In other words, I use nginx/module as a framework.) And here I faced with a problem: when I launch my

Re: Replace location paramter

2021-04-13 Thread Francis Daly
On Tue, Apr 13, 2021 at 05:47:07AM -0400, vybralk wrote: Hi there, > i have ngnix in front of java web server. My request is correctly send by > ngnix to java web, which redirect user request to another url as user is not > authenticated. It set location header to following value > > location =

Replace location paramter

2021-04-13 Thread vybralk
i have ngnix in front of java web server. My request is correctly send by ngnix to java web, which redirect user request to another url as user is not authenticated. It set location header to following value location = https://login.server.com/oidc/2/auth?response_type=code&client_id=123&scope=ope