# nginx-lua **Repository Path**: zhbit/nginx-lua ## Basic Information - **Project Name**: nginx-lua - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2022-01-02 - **Last Updated**: 2024-10-12 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Nginx with Lua module support This repo is Dockerfile for [firesh/nginx-lua](https://hub.docker.com/r/firesh/nginx-lua/) images in docker hub. It is base offical [Nignx Dockerfile](https://github.com/nginxinc/docker-nginx/blob/master/stable/alpine/Dockerfile). To minimize the docker image, we build from Apline Linux. Only 2 modules is add: - [simpl/ngx_devel_kit](https://github.com/simpl/ngx_devel_kit) - [openresty/lua-nginx-module](https://github.com/openresty/lua-nginx-module) ## Tags - [latest]() - [alpine]() - [alpine-3.8]() ## 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