Skip to content

Commit

Permalink
fix: AccessLogPath being replaced by PIDPath (#228)
Browse files Browse the repository at this point in the history
  • Loading branch information
Buco7854 authored Dec 8, 2023
1 parent 0a4c1cd commit d4d5bd4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/nginx/config_args.go
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ func GetAccessLogPath() (path string) {
}
path = match[1]
} else {
path = settings.NginxSettings.PIDPath
path = settings.NginxSettings.AccessLogPath
}

return path
Expand Down

0 comments on commit d4d5bd4

Please sign in to comment.