From 8eaece6046caf6f26483a430ad2d81c3ccc8c45e Mon Sep 17 00:00:00 2001 From: Jean-Marie Favreau Date: Sat, 3 May 2025 12:53:16 +0200 Subject: [PATCH] =?UTF-8?q?Modification=20(d=C3=A9tails)=20logs?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- deployment/scripts/nginx/nginx.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deployment/scripts/nginx/nginx.conf b/deployment/scripts/nginx/nginx.conf index b108f0d..1638a47 100644 --- a/deployment/scripts/nginx/nginx.conf +++ b/deployment/scripts/nginx/nginx.conf @@ -8,7 +8,7 @@ http { gzip on; gzip_types text/plain text/css text/javascript; - log_format main '$remote_addr -$remote_user [$time_local] "$request" ' + log_format main '$remote_addr - $remote_user [$time_local] "$request" ' '$statusbody_bytes_sent "$http_referer" ' '"$http_user_agent" "$http_x_forwarded_for"';