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

Commit 5f87000

Browse files
author
Chaim Sanders
authored
Merge pull request #537 from dune73/fix-path-in-install-file
fixed path in include example in INSTALL file
2 parents 8af391a + 621fb26 commit 5f87000

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

INSTALL

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -97,8 +97,8 @@ Installing on Apache
9797
the rule files into modsecurity.d folder):
9898
```
9999
<IfModule security2_module>
100-
Include core-rules/crs-setup.conf
101-
Include core-rules/rules/*.conf
100+
Include owasp-modsecurity-crs/crs-setup.conf
101+
Include owasp-modsecurity-crs/rules/*.conf
102102
</IfModule>
103103
```
104104
8. Restart web server and ensure it starts without errors

0 commit comments

Comments
 (0)