Sign inSign up

unknownhero/ubuntu-nginx-lua

By unknownhero

Updated about 10 years ago

Nginx with Lua module on Ubuntu

Image
1

1.8K

unknownhero/ubuntu-nginx-lua repository overview

docker-nginx

nginx with lua module

Usage

  • git clone this repo
  • docker build -t yourname/nginx .

volumn

  • /etc/nginx/sites : put nginx conf file with "server {...}" here
  • /etc/nginx/certs : ssl pem file here
  • /var/log/nginx : log files

Run

docker run -d -p=80:80 -v /etc/localtime:/etc/localtime -v /somedir/sites:/etc/nginx/sites --name=nginx your/nginx

Tag summary

Content type

Image

Digest

sha256:abd2c976c

Size

172.8 MB

Last updated

about 10 years ago

docker pull unknownhero/ubuntu-nginx-lua