A very powerful and friendly nginx based on lua-nginx-module OpenResty which provide WAF, Control Panel and Dashboards.
This repository contains Dockerfile of VeryNginx
- Based on Alpine Linux alpine:3.4
docker pull camil/verynginx
cd ~
git clone https://github.com/camilb/docker-verynginx.git
For example, if you need to install Extra Modules, edit the Dockerfile and than build-it.
cd ~/docker-verynginx
docker build --rm -t camil/verynginx .
Remove or modify conf.d/domain.conf and conf.d/domain-ssl.conf to match your needs :
cd ~/docker-verynginx
docker run -d -v $PWD/conf.d:/etc/nginx/conf.d -p 80:80 -p 443:443 camil/verynginx
###Test it:
http://localhost/verynginx/index.html
user: verynginx
pass: verynginx