From 8b8bb9acff331c4f76c9a0fddf46c28d153d9e08 Mon Sep 17 00:00:00 2001 From: Muhammad Hussein Fattahizadeh Date: Tue, 17 Jan 2023 21:42:12 +0330 Subject: [PATCH] feat: add scheme into access_log --- nginx/.defaults/http.conf | 1 + 1 file changed, 1 insertion(+) diff --git a/nginx/.defaults/http.conf b/nginx/.defaults/http.conf index 368236c..87d7edf 100644 --- a/nginx/.defaults/http.conf +++ b/nginx/.defaults/http.conf @@ -32,6 +32,7 @@ include /.defaults/geoip2.conf; log_format http_jsonlog escape=json '{"nginx_access":"HTTP",' '"ip":"$remote_addr",' + '"scheme":"$scheme",' '"request_id":"$request_id",' '"time_iso8601":"$time_iso8601",'