Files
EdgeNode/internal/configs/web_config.go
2020-07-21 11:18:47 +08:00

9 lines
200 B
Go

package configs
type WebConfig struct {
Locations []*LocationConfig `yaml:"locations"` // 路径规则
// 本地静态资源配置
Root string `yaml:"root" json:"root"` // 资源根目录
}