<div dir="ltr">HI..! Team,<div><br></div><div><div>I try to Compile NGINX + LuaJIT as STATIC Build,<br>I want to Embedding LuaJIT inside the NGINX.<br><br>The below script will generate NGINX with size 17MB.<br><a href="https://github.com/balajipothula/nginx/blob/master/compile-nginx-on-ubuntu18.sh" target="_blank">https://github.com/balajipothula/nginx/blob/master/compile-nginx-on-ubuntu18.sh</a>.<br><br>I tried with OpenResty source also.<br>The below script will generate NGINX with LuaJIT (Dynamic Linking) with size 47MB.<br><a href="https://github.com/balajipothula/nginx/blob/master/compile-nginx-lua-on-ubuntu18.sh" target="_blank">https://github.com/balajipothula/nginx/blob/master/compile-nginx-lua-on-ubuntu18.sh</a><br><br><br>I am expecting a Lean NGINX + LuaJIT only as a STATIC Build.<br><br>Drag and Drop the nginx folder, It should work like a charm (If possible any Linux Family OS)<br><br>I am trying to add More Power to NGINX with luaposix, same time NGINX should be Lean.<br><br>Could you please Help me.<br><br>nginx<br>├── bin<br>│   └── nginx<br>├── client_body_temp<br>├── conf<br>│   ├── mime.types<br>│   └── nginx.conf<br>├── fastcgi_temp<br>├── html<br>│   ├── 50x.html<br>│   └── index.html<br>├── log<br>│   ├── access.log<br>│   ├── error.log<br>│   └── nginx.pid<br>├── proxy_temp<br>├── scgi_temp<br>└── uwsgi_temp<div></div><div><br></div></div><div><br></div><div>Thanks and Regards,</div><div>BALAJI.</div></div></div>