From d6f8d843c6e80683d968eef7b2ab9031a74e777a Mon Sep 17 00:00:00 2001 From: Valerian Saliou Date: Tue, 29 Oct 2024 21:05:14 +0100 Subject: [PATCH] style: improve nginx configuration file style --- env/nginx/nginx.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/env/nginx/nginx.conf b/env/nginx/nginx.conf index 0fb524f8..d4dcb083 100644 --- a/env/nginx/nginx.conf +++ b/env/nginx/nginx.conf @@ -4,8 +4,8 @@ error_log /dev/stdout info; events {} http { - include mime.types; - charset utf-8; + include mime.types; + charset utf-8; access_log off; absolute_redirect off;