We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6dce44a commit d63ad3eCopy full SHA for d63ad3e
server/api/nginx_log.go
@@ -87,7 +87,7 @@ func tailNginxLog(ws *websocket.Conn, controlChan chan controlStruct, errChan ch
87
default:
88
if settings.NginxLogSettings.AccessLogPath == "" {
89
errChan <- errors.New("settings.NginxLogSettings.AccessLogPath is empty," +
90
- " 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")
91
return
92
}
93
logPath = settings.NginxLogSettings.AccessLogPath
0 commit comments