From 0c1e397926e3b2f8420756d5ef61f6e5f68ba53a Mon Sep 17 00:00:00 2001 From: Jean-Marie Favreau Date: Sat, 3 May 2025 12:19:31 +0200 Subject: [PATCH] =?UTF-8?q?Contenu=20des=20variables=20plut=C3=B4t=20que?= =?UTF-8?q?=20nom=20des=20variables?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- deployment/scripts/nginx/nginx.conf | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/deployment/scripts/nginx/nginx.conf b/deployment/scripts/nginx/nginx.conf index 986c2f7..b108f0d 100644 --- a/deployment/scripts/nginx/nginx.conf +++ b/deployment/scripts/nginx/nginx.conf @@ -8,9 +8,9 @@ http { gzip on; gzip_types text/plain text/css text/javascript; - log_format main 'remote_addr -remote_user [time_local] "request" ' - 'statusbody_bytes_sent "http_referer" ' - '"http_user_agent" "$http_x_forwarded_for"'; + log_format main '$remote_addr -$remote_user [$time_local] "$request" ' + '$statusbody_bytes_sent "$http_referer" ' + '"$http_user_agent" "$http_x_forwarded_for"'; upstream backend { server backend:8000;