Skip to content

Alexdrr/lua-nginx

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Nginx & Lua

Nginx 1.18 with Lua support based on Debian.

Build

docker build -t nginx:v1 .

Run

docker run -d -p 80:80 nginx:v1 -v $(pwd)/conf.d/localhost.conf:/etc/nginx/conf.d/localhost.conf 

Run docker-compose

docker-compose up --build

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published