fix: nginx guide link #201

This commit is contained in:
Jacky 2024-04-30 23:03:23 +08:00
parent cfa7629c30
commit 08631437ee
No known key found for this signature in database
GPG key ID: 215C21B10DF38B4D

View file

@ -155,7 +155,7 @@ func getLogPath(control *controlStruct) (logPath string, err error) {
if path == "" {
err = errors.New("settings.NginxLogSettings.ErrorLogPath is empty," +
" refer to https://nginxui.com/zh_CN/guide/config-nginx-log.html for more information")
" refer to https://nginxui.com/guide/config-nginx.html for more information")
return
}
@ -165,7 +165,7 @@ func getLogPath(control *controlStruct) (logPath string, err error) {
if path == "" {
err = errors.New("settings.NginxLogSettings.AccessLogPath is empty," +
" refer to https://nginxui.com/zh_CN/guide/config-nginx-log.html for more information")
" refer to https://nginxui.com/guide/config-nginx.html for more information")
return
}