Skip to content

Creator1024/NginxLuaDemo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

How to use

Docker run:

docker run --name nginx -p 8080:80 -p 8443:443 -v $(pwd)/NginxLuaDemo:/NginxLuaDemo openresty/openresty:1.15.8.2-7-centos-rpm  sleep 30d

Start service

docker exec -it nginx bash
./NginxLuaDemo/web/run.sh start

Refs

https://github.com/openresty/lua-nginx-module

About

nginx & lua for HTTP

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published