From a745bcce5abe508a2b399e961946c6d0396a8550 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C6=ACHE=20=D0=AFAW=20=E2=98=A3?= Date: Sat, 19 Mar 2022 02:13:51 +0100 Subject: [PATCH] Create tester.conf --- static/modsec/tester.conf | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 static/modsec/tester.conf diff --git a/static/modsec/tester.conf b/static/modsec/tester.conf new file mode 100644 index 0000000..b8b212c --- /dev/null +++ b/static/modsec/tester.conf @@ -0,0 +1,6 @@ +# Include the recommended configuration +Include /nginx/modsec/modsecurity.conf + + +# A test rule +SecRule ARGS:testparam "@contains test" "id:1234,deny,log,status:403"