소스 검색

Update nginx_log.go

0xJacky 2 년 전
부모
커밋
d63ad3e989
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      server/api/nginx_log.go

+ 1 - 1
server/api/nginx_log.go

@@ -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