Skip to content

firesh/nginx-lua

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

99 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Packages

 
 
 

Languages

  • Dockerfile 86.1%
  • Shell 13.9%