Modify the wrong function name

This commit is contained in:
xichengliudui 2018-11-08 15:17:40 -05:00
parent 19cc5e5b96
commit d2b1d37ee3

View file

@ -120,7 +120,7 @@ type Configuration struct {
// By default this is disabled
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
EnableOWASPCoreRules bool `json:"enable-owasp-modsecurity-crs"`