mirror of
https://github.com/owasp-modsecurity/ModSecurity.git
synced 2025-10-01 12:07:46 +03:00
Fixed files overwriting in installer; added OWASP CRS.
This commit is contained in:
24
iis/ModSecurityIIS/owasp_crs/util/rules-updater-example.conf
Normal file
24
iis/ModSecurityIIS/owasp_crs/util/rules-updater-example.conf
Normal file
@@ -0,0 +1,24 @@
|
||||
# This is an example configuration to be used with ruleset-updator.pl -c
|
||||
|
||||
# The repository URI.
|
||||
#RepositoryURI http://username:password@www.example.tld/repository/
|
||||
RepositoryURI http://www.modsecurity.org/autoupdate/repository/
|
||||
|
||||
# Where to download the rulesets to
|
||||
#LocalRepository /path/to/repository
|
||||
|
||||
# Where to unpack the rulesets (if Unpack is true)
|
||||
#LocalRules /path/to/repository
|
||||
|
||||
# What version (or version prefix) to use
|
||||
#Version 1.5
|
||||
|
||||
# Should we unpack the ruleset to LocalRules?
|
||||
Unpack True
|
||||
|
||||
# Email update notifications
|
||||
#NotifyEmail "modsec-admin@example.tld, someone@example.tld"
|
||||
#NotifyEmailFrom "ModSec Rules Updater <modsec-updater@example.tld>"
|
||||
|
||||
# Output lots of debugging info?
|
||||
Debug False
|
Reference in New Issue
Block a user