Skip to content

Commit

Permalink
feat(artifact-caching-proxy): add response time to nginx logs (#297)
Browse files Browse the repository at this point in the history
  • Loading branch information
lemeurherve authored Nov 4, 2022
1 parent 664f0a6 commit b0c0a0f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion charts/artifact-caching-proxy/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ apiVersion: v2
description: artifact-caching-proxy is a Nginx caching proxy in front of repo.jenkins-ci.org
name: artifact-caching-proxy
type: application
version: 0.4.0
version: 0.4.1
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ data:
default_type application/octet-stream;
log_format main '$remote_addr - $remote_user [$time_local] "$request" '
'$status $body_bytes_sent "$http_referer" '
'$status $body_bytes_sent $request_time "$http_referer" '
'"$http_user_agent" "$http_x_forwarded_for"';
access_log /var/log/nginx/access.log main;
Expand Down

0 comments on commit b0c0a0f

Please sign in to comment.