Skip to content

Commit

Permalink
feat: 发布v2.2.15
Browse files Browse the repository at this point in the history
  • Loading branch information
devhaozi committed Jun 22, 2024
1 parent 0e7af29 commit 15dd5bb
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion config/panel.go
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ func init() {
config := facades.Config()
config.Add("panel", map[string]any{
"name": "耗子面板",
"version": "v2.2.14",
"version": "v2.2.15",
"ssl": config.Env("APP_SSL", false),
})
}
3 changes: 3 additions & 0 deletions internal/services/website.go
Original file line number Diff line number Diff line change
Expand Up @@ -270,6 +270,9 @@ server
if err := io.Write("/www/server/vhost/rewrite/"+website.Name+".conf", "", 0644); err != nil {
return models.Website{}, err
}
if err := io.Write("/www/server/vhost/acme/"+website.Name+".conf", "", 0644); err != nil {
return models.Website{}, err
}
if err := io.Write("/www/server/vhost/ssl/"+website.Name+".pem", "", 0644); err != nil {
return models.Website{}, err
}
Expand Down

0 comments on commit 15dd5bb

Please sign in to comment.