From 03e9f66feb57b863e7e15eff44f09e1d34990223 Mon Sep 17 00:00:00 2001 From: matthiasL-scality Date: Mon, 21 Jul 2025 15:16:06 +0200 Subject: [PATCH] (PTFE-2500) Nginx should use charset utf8 --- start.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/start.sh b/start.sh index 7199d25..ab786a7 100755 --- a/start.sh +++ b/start.sh @@ -76,7 +76,7 @@ do echo "."$j" "${MIMETYPE[0]}";" >> /etc/nginx/mimetypes.map done done -echo ".log text/plain;" >> /etc/nginx/mimetypes.map +echo " .log \"text/plain; charset=utf-8\";" >> /etc/nginx/mimetypes.map echo ".stdout text/plain;" >> /etc/nginx/mimetypes.map echo ".stderr text/plain;" >> /etc/nginx/mimetypes.map echo "}" >> /etc/nginx/mimetypes.map