Fix typo: whitlelist -> whitelist
This commit is contained in:
parent
19cc5e5b96
commit
a13ea30e6d
1 changed files with 1 additions and 1 deletions
|
@ -172,7 +172,7 @@ func ReadConfig(src map[string]string) config.Configuration {
|
|||
}
|
||||
}
|
||||
|
||||
// Nginx Status whitlelist
|
||||
// Nginx Status whitelist
|
||||
if val, ok := conf[nginxStatusIpv4Whitelist]; ok {
|
||||
whitelist := make([]string, 0)
|
||||
whitelist = append(whitelist, strings.Split(val, ",")...)
|
||||
|
|
Loading…
Reference in a new issue