Skip to content

Docker image for nginx configured with modsecurity and OWASP ruleset

License

Notifications You must be signed in to change notification settings

danipatko/nginx-modsec-docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

nginx-modsec-docker

This is an nginx docker image with the modsecurity engine and the OWASP core ruleset, which aims to provide a pretty solid protection for your application. The image uses ubuntu by default, but feel free to change it to any base image that has the apt package manager. You can configure nginx in src/app.conf.

Running

Build:

docker build -t nginx-modsec src/

Run:

docker run -d -p 8000:80 --name nginx-modsec --rm nginx-modsec

About

Docker image for nginx configured with modsecurity and OWASP ruleset

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published