Skip to content
This repository has been archived by the owner on May 22, 2019. It is now read-only.

Build scripts for nginx with Lua scripting support.

License

Notifications You must be signed in to change notification settings

carlosefr/nginx-lua-packages

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This repository contains some quick and dirty scripts for testing Lua
support in nginx, both Docker containers and packaging for OpenResty
(http://openresty.org/).

For custom nginx+lua containers plus a couple of modules that I find
essential, run:

    make docker

Then you can try it out by starting an example configuration with:

    sudo docker run --name nginx-lua-hello -d -p 8080:80 nginx-lua-hello

Point your browser to http://localhost:8080/lua and you've reached your
destination.

For OpenResty, right now only Debian packages are built by running:

    make deb

The OpenResty bundle will be downloaded and built, and the resulting
".deb" package will end up inside the "build" directory.

About

Build scripts for nginx with Lua scripting support.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published