From efb76c43a20c257aa5cc147b1978928e8d8a0f5c Mon Sep 17 00:00:00 2001 From: PJ Date: Fri, 9 Oct 2020 16:35:34 +0200 Subject: [PATCH] Add portal domain to log format --- docker/nginx/nginx.conf | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docker/nginx/nginx.conf b/docker/nginx/nginx.conf index b07cddc5..98595ea1 100644 --- a/docker/nginx/nginx.conf +++ b/docker/nginx/nginx.conf @@ -39,7 +39,8 @@ http { '$status $body_bytes_sent "$http_referer" ' '"$http_user_agent" $upstream_response_time ' '$upstream_bytes_sent $upstream_bytes_received ' - '"$upstream_http_content_type" "$upstream_cache_status"'; + '"$upstream_http_content_type" "$upstream_cache_status" ' + '"portal_domain"'; access_log logs/access.log main;