mirror of
https://github.com/TeaOSLab/EdgeAdmin.git
synced 2025-11-19 15:30:25 +08:00
[HTTPS]可以直接点击按钮申请免费证书
This commit is contained in:
@@ -28,8 +28,8 @@ func (this *IndexAction) RunGet(params struct {
|
||||
}
|
||||
|
||||
serverNamesConfig := []*serverconfigs.ServerNameConfig{}
|
||||
if len(server.ServerNamesJON) > 0 {
|
||||
err := json.Unmarshal(server.ServerNamesJON, &serverNamesConfig)
|
||||
if len(server.ServerNamesJSON) > 0 {
|
||||
err := json.Unmarshal(server.ServerNamesJSON, &serverNamesConfig)
|
||||
if err != nil {
|
||||
this.ErrorPage(err)
|
||||
return
|
||||
|
||||
Reference in New Issue
Block a user