Skip to content

mostafanamazy/modsecurity-docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

modsecurity-docker

a docker file for build modsecurity with nginx.

Build

$ make build

Run

$ make run

Verify

Verify that this rule works correctly, by making a request that includes the string test in the value of the query string testparam parameter:
$ curl -D - http://localhost/foo?testparam=thisisatestofmodsecurity
The request returns status code 403, confirming that the WAF is enabled and executing the rule.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published