fix: AccessLogPath being replaced by PIDPath (#228)

This commit is contained in:
Buco 2023-12-08 01:58:05 +01:00 committed by GitHub
parent 0a4c1cd1ac
commit d4d5bd41c2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -75,7 +75,7 @@ func GetAccessLogPath() (path string) {
}
path = match[1]
} else {
path = settings.NginxSettings.PIDPath
path = settings.NginxSettings.AccessLogPath
}
return path