/nginx-lua

Nginx with Lua module support

Primary LanguageDockerfileOtherNOASSERTION

Nginx with Lua module support

This repo is Dockerfile for firesh/nginx-lua images in docker hub. It is base offical Nignx Dockerfile. To minimize the docker image, we build from Apline Linux.

Only 2 modules is add:

Tags

Usage

docker run -d -p 80:80 -p 443:443 firesh/nginx-lua

How

Please view Lua script in nginx conf:

https://github.com/firesh/nginx-lua/blob/master/stable/alpine/nginx.vh.default.conf#L14

Dockerfile

https://github.com/firesh/nginx-lua/blob/master/stable/alpine/Dockerfile