mirror of
https://github.com/1Panel-dev/1Panel.git
synced 2025-01-31 22:18:07 +08:00
feat: 修改网站日志的关闭参数 (#2475)
Refs https://github.com/1Panel-dev/1Panel/issues/2374
This commit is contained in:
parent
2fdf2b9378
commit
256be27f92
@ -964,10 +964,11 @@ func (w WebsiteService) OpWebsiteLog(req request.WebsiteLogReq) (*response.Websi
|
|||||||
}
|
}
|
||||||
var nginxParams []dto.NginxParam
|
var nginxParams []dto.NginxParam
|
||||||
nginxParams = append(nginxParams, dto.NginxParam{
|
nginxParams = append(nginxParams, dto.NginxParam{
|
||||||
Name: key,
|
Name: key,
|
||||||
|
Params: []string{"off"},
|
||||||
})
|
})
|
||||||
|
|
||||||
if err := deleteNginxConfig(constant.NginxScopeServer, nginxParams, &website); err != nil {
|
if err := updateNginxConfig(constant.NginxScopeServer, nginxParams, &website); err != nil {
|
||||||
return nil, err
|
return nil, err
|
||||||
}
|
}
|
||||||
if err := websiteRepo.Save(context.Background(), &website); err != nil {
|
if err := websiteRepo.Save(context.Background(), &website); err != nil {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user