From 06d556ffa5eb72a5b111a1aec04d923e4f090854 Mon Sep 17 00:00:00 2001 From: Etienne Loupias <eloupias@grandlyon.com> Date: Thu, 20 Mar 2025 15:52:18 +0100 Subject: [PATCH] fix --- nginx/nginx.conf | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/nginx/nginx.conf b/nginx/nginx.conf index 2068ff231..1b97c5442 100644 --- a/nginx/nginx.conf +++ b/nginx/nginx.conf @@ -21,8 +21,7 @@ http { log_format main '$remote_addr - $remote_user [$time_local] "$request" ' '$status $body_bytes_sent "$http_referer" ' - '"$http_user_agent" "$http_x_forwarded_for"' - '"$upstream_uri"'; + '"$http_user_agent" "$http_x_forwarded_for"'; # Default log which is redirected to stdout access_log /var/log/nginx/access.log main; -- GitLab