Welcome to mirror list, hosted at ThFree Co, Russian Federation.

naxsi.rules « nginx « default_vhost « ubuntu_nginx_1_4_6 « etc_nginx « testdata « tests « certbot_nginx « certbot-nginx - github.com/certbot/certbot.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: fec21ea4fb25a2ad461acfe3cb607f97192a4368 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
# Sample rules file for default vhost.

LearningMode;
SecRulesEnabled;
#SecRulesDisabled;
DeniedUrl "/RequestDenied";

## check rules
CheckRule "$SQL >= 8" BLOCK;
CheckRule "$RFI >= 8" BLOCK;
CheckRule "$TRAVERSAL >= 4" BLOCK;
CheckRule "$EVADE >= 4" BLOCK;
CheckRule "$XSS >= 8" BLOCK;