fix: 解决删除HTTPS时候没有清除配置的问题
This commit is contained in:

committed by
zhengkunwang223

parent
1fcc21839a
commit
0e6530f0cc
@@ -39,9 +39,11 @@ func (c *Config) FindHttp() *Http {
|
||||
|
||||
var repeatKeys = map[string]struct {
|
||||
}{
|
||||
"limit_conn": {},
|
||||
"limit_conn_zone": {},
|
||||
"set": {},
|
||||
"limit_conn": {},
|
||||
"limit_conn_zone": {},
|
||||
"set": {},
|
||||
"if": {},
|
||||
"proxy_set_header": {},
|
||||
}
|
||||
|
||||
func IsRepeatKey(key string) bool {
|
||||
|
Reference in New Issue
Block a user