mirror of
https://github.com/TeaOSLab/EdgeCommon.git
synced 2026-04-19 10:25:17 +08:00
实现证书管理
This commit is contained in:
@@ -4,11 +4,6 @@ import (
|
||||
"github.com/TeaOSLab/EdgeCommon/pkg/serverconfigs/shared"
|
||||
)
|
||||
|
||||
// 默认的文件类型
|
||||
var (
|
||||
DefaultGzipMimeTypes = []string{"text/html", "application/json"}
|
||||
)
|
||||
|
||||
// gzip配置
|
||||
type HTTPGzipConfig struct {
|
||||
Id int64 `yaml:"id" json:"id"` // ID
|
||||
|
||||
Reference in New Issue
Block a user