Re: modules and compiling nginx 1.21.3 from source

2021-10-28 Thread Sergey A. Osokin
Hi Ian, hope you're doing well these days. On Mon, Oct 25, 2021 at 07:09:42PM +0100, Ian Hobson wrote: > Hi all, [...] Please take a look on the following line: >--add-module=../nchan-1.2.12 The "--add-module" configure argument adds a module as a static, i.e. built-in functionality, into

modules and compiling nginx 1.21.3 from source

2021-10-25 Thread Ian Hobson
Hi all, When nginx is installed from the ubuntu 20.4 repos, it sets up assorted modules in nginx/modules-enabled When I load it, it loads just fine. However I need a few extra modules, which I compiled in using ubuntu 18.04. So, copied the Sources directory over and updated the modules that hav

nginx-1.21.3

2021-09-07 Thread Maxim Dounin
Changes with nginx 1.21.307 Sep 2021 *) Change: optimization of client request body reading when using HTTP/2. *) Bugfix: in request body filters internal API when using HTTP/2 and buffering of the data being processed. -- Maxim