Re: How to add lua support into latest nginx version

2022-01-03 Thread Sergey A. Osokin
Hi there, On Mon, Jan 03, 2022 at 05:09:09PM -0500, graphite_123 wrote: > OS: Linux, distribution: Debian (buster) > > Currently, we using nginx:1.14.2, and to support Lua we are using > libnginx-mod-http-lua:1.14.2 package. > > We are working on upgrading Nginx to nginx:1.21.0 version, but I'm

RE: How to add lua support into latest nginx version

2022-01-03 Thread Thomas Ward
The Lua module is a third party module, part of the Open Resty variant of nginx. It will not be in the nginx.org repos and only in the OpenResty nginx repos unless you compile it and its dependencies alongside nginx directly. (not including libs that get installed via apt or packages, I mean -