nginx: add naxsi module

- this brings back naxsi support aka WAF for nginx

Signed-off-by: heil <heil@terminal-consulting.de>
This commit is contained in:
heil
2016-01-25 16:57:07 +01:00
committed by Zoltan HERPAI
parent 13021781b4
commit 67a9f67cc4
2 changed files with 36 additions and 1 deletions

View File

@@ -172,4 +172,9 @@ config NGINX_PCRE
prompt "Enable PCRE library usage"
default y
config NGINX_NAXSI
bool
prompt "Enable NAXSI module"
default y
endmenu