You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -78,7 +78,7 @@ Example response:
78
78
}
79
79
```
80
80
81
-
`/status` is refreshed by a background monitor that reads the accesslog for cache totals and samples NGINX `stub_status` for connection counters.
81
+
`/status` is refreshed by a background monitor that reads `/var/log/nginx/cache-access.log` for cache totals and samples NGINX `stub_status` for connection counters.
82
82
83
83
**Health Monitoring**: A background process logs warnings when the upstream server becomes unreachable, but the container continues running to serve cached content.
0 commit comments