Merge pull request #3387 from xichengliudui/fix181109
Modify the wrong function name
This commit is contained in:
commit
950a2f9174
1 changed files with 1 additions and 1 deletions
|
@ -120,7 +120,7 @@ type Configuration struct {
|
||||||
// By default this is disabled
|
// By default this is disabled
|
||||||
EnableModsecurity bool `json:"enable-modsecurity"`
|
EnableModsecurity bool `json:"enable-modsecurity"`
|
||||||
|
|
||||||
// EnableModsecurity enables the OWASP ModSecurity Core Rule Set (CRS)
|
// EnableOWASPCoreRules enables the OWASP ModSecurity Core Rule Set (CRS)
|
||||||
// By default this is disabled
|
// By default this is disabled
|
||||||
EnableOWASPCoreRules bool `json:"enable-owasp-modsecurity-crs"`
|
EnableOWASPCoreRules bool `json:"enable-owasp-modsecurity-crs"`
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue