Update nginx_log.go

This commit is contained in:
0xJacky 2022-09-01 15:06:23 +08:00
parent 6dce44a3cc
commit d63ad3e989
No known key found for this signature in database
GPG key ID: B6E4A6E4A561BAF0

View file

@ -87,7 +87,7 @@ func tailNginxLog(ws *websocket.Conn, controlChan chan controlStruct, errChan ch
default:
if settings.NginxLogSettings.AccessLogPath == "" {
errChan <- errors.New("settings.NginxLogSettings.AccessLogPath is empty," +
" see https://github.com/0xJacky/nginx-ui/wiki/Nginx-Log-Configuration for more information\"")
" see https://github.com/0xJacky/nginx-ui/wiki/Nginx-Log-Configuration for more information")
return
}
logPath = settings.NginxLogSettings.AccessLogPath