服务访问日志增加今天和历史的访问日志查看

This commit is contained in:
GoEdgeLab
2020-10-31 17:45:04 +08:00
parent bc4bd36f8f
commit e79259b2b4
4 changed files with 36 additions and 24 deletions

View File

@@ -1,6 +1,6 @@
package serverconfigs
// 全局设置
// 服务相关的全局设置
type GlobalConfig struct {
HTTPAll struct {
MatchDomainStrictly bool `yaml:"matchDomainStrictly" json:"matchDomainStrictly"`