From 17c66aea60e631302e69caedd4638977cf6f0431 Mon Sep 17 00:00:00 2001
From: martinhsv <55407942+martinhsv@users.noreply.github.com>
Date: Wed, 11 May 2022 09:39:49 -0400
Subject: [PATCH] Fix changed blog link
---
Reference-Manual-(v2.x).mediawiki | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/Reference-Manual-(v2.x).mediawiki b/Reference-Manual-(v2.x).mediawiki
index 2f89531..70a3ea7 100644
--- a/Reference-Manual-(v2.x).mediawiki
+++ b/Reference-Manual-(v2.x).mediawiki
@@ -1,6 +1,6 @@
= ModSecurity® Reference Manual =
== Current as of v2.6 v2.7 v2.8 v2.9 v3.0 ==
-=== Copyright © 2004-2018 [https://www.trustwave.com/ Trustwave Holdings, Inc.] ===
+=== Copyright © 2004-2022 [https://www.trustwave.com/ Trustwave Holdings, Inc.] ===
= Table of Contents =
= Introduction =
@@ -725,7 +725,7 @@ The possible values for the debug log level are:
Every rule following a previous SecDefaultAction directive in the same configuration context will inherit its settings unless more specific actions are used. Every SecDefaultAction directive must specify a disruptive action and a processing phase and cannot contain metadata actions.
-; Warning : SecDefaultAction is not inherited across configuration contexts. (For an example of why this may be a problem, read the following ModSecurity Blog entry http://blog.spiderlabs.com/2008/07/three-modsecurity-rule-language-annoyances.html .)
+; Warning : SecDefaultAction is not inherited across configuration contexts. (For an example of why this may be a problem, read the following ModSecurity Blog entry https://www.trustwave.com/en-us/resources/blogs/spiderlabs-blog/three-modsecurity-rule-language-annoyances/ .)
== SecDisableBackendCompression ==
'''Description:''' Disables backend compression while leaving the frontend compression enabled.