Skip to content

A very powerful and friendly nginx based on lua-nginx-module( openresty ) which provide WAF, Control Panel, and Dashboards.

Notifications You must be signed in to change notification settings

Cloudxtreme/docker-verynginx

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

[WIP]

VeryNginx Dockerfile

A very powerful and friendly nginx based on lua-nginx-module OpenResty which provide WAF, Control Panel and Dashboards.

ImageLayers :

This repository contains Dockerfile of VeryNginx

Informations

Installation

    docker pull camil/verynginx
    cd ~
    git clone https://github.com/camilb/docker-verynginx.git

Build

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 .

Usage

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

About

A very powerful and friendly nginx based on lua-nginx-module( openresty ) which provide WAF, Control Panel, and Dashboards.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published