So it may just not be too bright or super bad when it comes to Google searches, but I cannot find a way to run Lua in Nginx configuration without recompiling the entire server using LuaJIT. The fact is that we would like to make tiny changes to some variables without having to recompile our server on each assembly, which can be as many as several times a week, less complicated = less than we could fix.
So my question is: is there a way to run Lua in Nginx configurations without having to recompile all this, since we would like Nginx to be updated by the system, and not be another thing that we need to support?
I found Nginx-extras when searching for Lua, but I canβt find any backup data, what should allow Lua to use or not?
lua nginx
user328570
source share