Skip to content

Commit d4d5bd4

Browse files
authored
fix: AccessLogPath being replaced by PIDPath (#228)
1 parent 0a4c1cd commit d4d5bd4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/nginx/config_args.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ func GetAccessLogPath() (path string) {
7575
}
7676
path = match[1]
7777
} else {
78-
path = settings.NginxSettings.PIDPath
78+
path = settings.NginxSettings.AccessLogPath
7979
}
8080

8181
return path

0 commit comments

Comments
 (0)