build-failure / nginx-naxsi

Provides containerized Nginx reverse-proxy with naxsi WAF.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Build

Nginx naxsi

Provides containerized Nginx reverse-proxy with naxsi.

Based on official Nginx Docker image.

naxsi is build and included as a dynamic module according to the repository documentation.

Supported Versions

Below the list of current supported version combinations between Nginx and naxsi.

Nginx naxsi
1.22.1 1.3

Usage

See Nginx Docker image documentation for advanced usage examples.

$ docker run --name some-nginx -v /some/content:/usr/share/nginx/html:ro -d nginx

Test

For testing purposes use the nginx server default.conf configuration file with naxsi enabled.

WAF Bypass Tool is used to analyze the WAF runtime protection to compare different WAFs.

$ cd test
$ docker-compose run waf-anylizer
...

License

See the LICENSE.md file for details.

About

Provides containerized Nginx reverse-proxy with naxsi WAF.

License:MIT License


Languages

Language:Dockerfile 100.0%