From 87e2a9e3bb0714b5f7cf84246511f4e2e3b3b28a Mon Sep 17 00:00:00 2001 From: Karol Wypchlo Date: Fri, 18 Feb 2022 13:06:48 +0100 Subject: [PATCH] add skynet-cache-ratio header to access log --- docker/nginx/nginx.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker/nginx/nginx.conf b/docker/nginx/nginx.conf index f67438e5..64397630 100644 --- a/docker/nginx/nginx.conf +++ b/docker/nginx/nginx.conf @@ -50,7 +50,7 @@ http { '"$upstream_http_content_type" "$upstream_cache_status" ' '"$server_alias" "$sent_http_skynet_skylink" ' '$upstream_connect_time $upstream_header_time ' - '$request_time "$hns_domain" "$skylink"'; + '$request_time "$hns_domain" "$skylink" $upstream_http_skynet_cache_ratio'; access_log logs/access.log main;