Openresty with Lua examples
• Docker
• LuaRocks
docker-compose -f docker-dev-compose.yml up
Starts docker container with openresty and mounted directory ./src
.
docker-dev-compose.yml
is made to develop new features, and then build image.
All plugins are places to directory: ./src/plugins/*
Name: currentDateTime
Path: ./src/plugins/currentDateTime
Description: Returns current time as json object
Name: replaceContent
Path: ./src/plugins/replaceContent
Description: Replace content from upstreams
The Laravel framework is open-sourced software licensed under the MIT license.