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 0a4c1cd commit d4d5bd4Copy full SHA for d4d5bd4
internal/nginx/config_args.go
@@ -75,7 +75,7 @@ func GetAccessLogPath() (path string) {
75
}
76
path = match[1]
77
} else {
78
- path = settings.NginxSettings.PIDPath
+ path = settings.NginxSettings.AccessLogPath
79
80
81
return path
0 commit comments