Skip to content

ncmd/docker-nginx-naxsi

 
 

Repository files navigation

Docker Stars Docker Pulls Docker Automated buil

NOT MAINTAINED ANYMORE

Supported tags and respective Dockerfile links

How to use this image

$ docker run --name nginx-naxsi -p 80:80 \
    -v $(pwd):/usr/share/nginx/html -d dmgnx/nginx-naxsi

This will start a nginx service with default configuration, serving current working directory as you website.

Volumes

  • /etc/nginx/conf.d : virtual hosts configuration
  • /etc/nginx/naxsi : your Naxsi rules
  • /etc/nginx/ssl : SSL certificates
  • /usr/share/nginx/html : web root directory
  • /var/log/nginx : log storage (default redirecting it to standard outputs)

About

Alpine-based nginx-naxsi docker image

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Dockerfile 91.6%
  • Makefile 7.0%
  • Shell 1.4%