Files
EdgeNode/internal/configs/web_config.go

9 lines
200 B
Go
Raw Normal View History

2020-07-21 11:18:47 +08:00
package configs
type WebConfig struct {
Locations []*LocationConfig `yaml:"locations"` // 路径规则
// 本地静态资源配置
Root string `yaml:"root" json:"root"` // 资源根目录
}