Requesting Help to Compile NGINX + LuaJIT STATIC Build
BALAJI POTHULA
balan.pothula at gmail.com
Thu May 28 14:15:24 UTC 2020
HI..! Team,
I try to Compile NGINX + LuaJIT as STATIC Build,
I want to Embedding LuaJIT inside the NGINX.
The below script will generate NGINX with size 17MB.
https://github.com/balajipothula/nginx/blob/master/compile-nginx-on-ubuntu18.sh
.
I tried with OpenResty source also.
The below script will generate NGINX with LuaJIT (Dynamic Linking) with
size 47MB.
https://github.com/balajipothula/nginx/blob/master/compile-nginx-lua-on-ubuntu18.sh
I am expecting a Lean NGINX + LuaJIT only as a STATIC Build.
Drag and Drop the nginx folder, It should work like a charm (If possible
any Linux Family OS)
I am trying to add More Power to NGINX with luaposix, same time NGINX
should be Lean.
Could you please Help me.
nginx
├── bin
│ └── nginx
├── client_body_temp
├── conf
│ ├── mime.types
│ └── nginx.conf
├── fastcgi_temp
├── html
│ ├── 50x.html
│ └── index.html
├── log
│ ├── access.log
│ ├── error.log
│ └── nginx.pid
├── proxy_temp
├── scgi_temp
└── uwsgi_temp
Thanks and Regards,
BALAJI.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mailman.nginx.org/pipermail/nginx-devel/attachments/20200528/3ae58f37/attachment.htm>
More information about the nginx-devel
mailing list