mirror of https://github.com/1Panel-dev/1Panel
fix: 解决反代保存失败的问题 (#2845)
parent
4b4f53d09b
commit
e279362b85
|
@ -187,8 +187,8 @@ type WebsiteProxyConfig struct {
|
|||
Operate string `json:"operate" validate:"required"`
|
||||
Enable bool `json:"enable" `
|
||||
Cache bool `json:"cache" `
|
||||
CacheTime int `json:"cacheTime" validate:"required"`
|
||||
CacheUnit string `json:"cacheUnit" validate:"required"`
|
||||
CacheTime int `json:"cacheTime" `
|
||||
CacheUnit string `json:"cacheUnit"`
|
||||
Name string `json:"name" validate:"required"`
|
||||
Modifier string `json:"modifier" validate:"required"`
|
||||
Match string `json:"match" validate:"required"`
|
||||
|
|
Loading…
Reference in New Issue