tiredofit / docker-nginx

Dockerized webserver with many customizable options
MIT License
24 stars 10 forks source link

support lua #24

Open terryzwt opened 3 weeks ago

terryzwt commented 3 weeks ago

Is it possible to support luajit by default? like openrestry.

tiredofit commented 3 weeks ago

I looked into installing the lua-module and LuaJIT and even tried a basic install compile and install of dynamic. It raised the image size by 800mb which I feel and for that reason I feel it would be better done in a separate image similar to my downstream nginx-php-fpm image.