robgil / modsecurity-nginx

WAF Docker Image using Modsecurity and NGINX

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Modsecurity / NGINX Docker Image

This container is a 100% source build of NGINX and Modsecurity. The intent of this image is to be used as a WAF with complex configurations which are not possible with cloud provider provided WAF services. Modsecurity's rules can be configured in very advanced ways to do deep inspection on content and request/response bodies.

Starting the container

Basic startup commands. You'll likely want to specify custom configurations here and ensure it runs unprivileged.

docker create --name waf robgil/modsecurity-nginx:2.9.3
docker start waf

Paths

nginx: /usr/local/nginx/conf modsecuriity:: /usr/local/nginx/conf/modsecurity.d

Dockerhub

I periodically build images for personal use. The images are on dockerhub.

Credits

Originally written by Chaim Sanders and using the Apache 2.0 license. See https://github.com/CRS-support/modsecurity-docker/blob/v2/ubuntu-nginx/Dockerfile. This has been modified for use with debian 10.1.

About

WAF Docker Image using Modsecurity and NGINX

License:Apache License 2.0


Languages

Language:Dockerfile 100.0%