Add ump load balancing and naxsi as WAF. Update nginx to 1.9.13
This commit is contained in:
parent
a06f0a707e
commit
c9f8a06399
9 changed files with 105 additions and 15 deletions
8
controllers/nginx/naxsi/basic.rules
Normal file
8
controllers/nginx/naxsi/basic.rules
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
SecRulesEnabled;
|
||||
DeniedUrl "/RequestDenied";
|
||||
## check rules
|
||||
CheckRule "$SQL >= 8" BLOCK;
|
||||
CheckRule "$RFI >= 8" BLOCK;
|
||||
CheckRule "$TRAVERSAL >= 4" BLOCK;
|
||||
CheckRule "$EVADE >= 4" BLOCK;
|
||||
CheckRule "$XSS >= 8" BLOCK;
|
||||
Loading…
Add table
Add a link
Reference in a new issue