From 1b27192b7bdf87fa6929abc20a54e3b4d27e8744 Mon Sep 17 00:00:00 2001 From: Jean-Marie Favreau Date: Sat, 3 May 2025 13:04:13 +0200 Subject: [PATCH] Fix log --- 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 1638a47..2d5b670 100644 --- a/deployment/scripts/nginx/nginx.conf +++ b/deployment/scripts/nginx/nginx.conf @@ -9,7 +9,7 @@ http { gzip_types text/plain text/css text/javascript; log_format main '$remote_addr - $remote_user [$time_local] "$request" ' - '$statusbody_bytes_sent "$http_referer" ' + '$status $body_bytes_sent "$http_referer" ' '"$http_user_agent" "$http_x_forwarded_for"'; upstream backend {