NGINX Compiled with NBS System NAXSI module
This image is based on the official nginx:mainline
image (see on Dockerhub) and recompiled with the same ./configure
options from vanilla NGINX sources with the addition of --add-module=naxsi
.
NBS System's NAXSI module is used;
- NAXSI means NGINX Anti XSS & SQL Injection.
The compilation method for extra NGINX modules is taken from procraft/nginx-purge-docker.