From 1051a73bdf7d4628b917a7b13c77b1c74c39b919 Mon Sep 17 00:00:00 2001 From: PJ Date: Fri, 9 Oct 2020 16:41:47 +0200 Subject: [PATCH] Oops --- 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 98595ea1..4f21a3a3 100644 --- a/docker/nginx/nginx.conf +++ b/docker/nginx/nginx.conf @@ -40,7 +40,7 @@ http { '"$http_user_agent" $upstream_response_time ' '$upstream_bytes_sent $upstream_bytes_received ' '"$upstream_http_content_type" "$upstream_cache_status" ' - '"portal_domain"'; + '"$portal_domain"'; access_log logs/access.log main;