Merge pull request #3387 from xichengliudui/fix181109

Modify the wrong function name
This commit is contained in:
k8s-ci-robot 2018-11-09 06:14:55 -08:00 committed by GitHub
commit 950a2f9174
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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"`