mirror of
https://github.com/TeaOSLab/EdgeCommon.git
synced 2026-03-19 13:35:45 +08:00
修改反向代理实现
This commit is contained in:
@@ -28,7 +28,8 @@ type ServerConfig struct {
|
||||
Web *HTTPWebConfig `yaml:"web" json:"web"`
|
||||
|
||||
// 反向代理配置
|
||||
ReverseProxy *ReverseProxyConfig `yaml:"reverseProxy" json:"reverseProxy"`
|
||||
ReverseProxyRef *ReverseProxyRef `yaml:"reverseProxyRef" json:"reverseProxyRef"`
|
||||
ReverseProxy *ReverseProxyConfig `yaml:"reverseProxy" json:"reverseProxy"`
|
||||
}
|
||||
|
||||
// 从JSON中解析Server配置
|
||||
|
||||
Reference in New Issue
Block a user