mirror of
https://github.com/TeaOSLab/EdgeCommon.git
synced 2026-01-04 10:06:34 +08:00
多处增加是否独立配置选项
This commit is contained in:
@@ -2,7 +2,8 @@ package serverconfigs
|
||||
|
||||
// 代理访问日志配置
|
||||
type HTTPAccessLogRef struct {
|
||||
IsOn bool `yaml:"isOn" json:"isOn"`
|
||||
IsPrior bool `yaml:"isPrior" json:"isPrior"` // 是否覆盖
|
||||
IsOn bool `yaml:"isOn" json:"isOn"` // 是否启用
|
||||
|
||||
Fields []int `yaml:"fields" json:"fields"` // 记录的字段
|
||||
|
||||
|
||||
Reference in New Issue
Block a user