mirror of
https://github.com/0xJacky/nginx-ui.git
synced 2025-05-11 02:15:48 +02:00
fix: AccessLogPath being replaced by PIDPath (#228)
This commit is contained in:
parent
0a4c1cd1ac
commit
d4d5bd41c2
1 changed files with 1 additions and 1 deletions
|
@ -75,7 +75,7 @@ func GetAccessLogPath() (path string) {
|
|||
}
|
||||
path = match[1]
|
||||
} else {
|
||||
path = settings.NginxSettings.PIDPath
|
||||
path = settings.NginxSettings.AccessLogPath
|
||||
}
|
||||
|
||||
return path
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue