nginx-lua icon indicating copy to clipboard operation
nginx-lua copied to clipboard

Nginx with Lua module support

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

  • latest
  • alpine
  • alpine-3.8
  • alpine-3.18

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