EasyEngine / EasyEngine/dockerfiles

Fix srcache fetch status in logs

Open
#117 1 comment 0 reactions 1 assignee Claimed by @mrrobot47 View on GitHub
Dominant language
Dockerfile
Stars
22
Forks
17
PR merge metrics
No merged PRs in 30d

Description

Replace: `upstream_cache_status` with `srcache_fetch_status`

```nginx
log_format rt_cache '$remote_addr $upstream_response_time $srcache_fetch_status [$time_local] '
'$http_host "$request" $status $body_bytes_sent '
'"$http_referer" "$http_user_agent"'
' $request_time' ;
```
Check `upstream_response_time` as well.

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.