Skip to content
This repository was archived by the owner on May 14, 2020. It is now read-only.

Commit 97be718

Browse files
authored
Merge pull request #954 from spartantri/v3.1/dev
syntax fix for setvar crs_exclusions_wordpress
2 parents 5226a30 + 070484d commit 97be718

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crs-setup.conf.example

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -288,7 +288,7 @@ SecDefaultAction "phase:2,log,auditlog,pass"
288288
# It is recommended if you run multiple web applications on your site to limit
289289
# the effects of the exclusion to only the path where the excluded webapp
290290
# resides using a rule similar to the following example:
291-
# SecRule REQUEST_URI "@beginsWith /wordpress/" setvar:crs_exclusions_wordpress=1
291+
# SecRule REQUEST_URI "@beginsWith /wordpress/" setvar:tx.crs_exclusions_wordpress=1
292292

293293
#
294294
# Modify and uncomment this rule to select which application:

0 commit comments

Comments
 (0)