From e0cd767cb6441a3d616356715574158bcf5f4931 Mon Sep 17 00:00:00 2001 From: "srvproxy001.itguys.com.br" Date: Fri, 3 Oct 2025 21:31:01 -0300 Subject: [PATCH] =?UTF-8?q?[Auto-Sync]=20Atualiza=C3=A7=C3=A3o=20das=20con?= =?UTF-8?q?figura=C3=A7=C3=B5es=20em=20srvproxy001.itguys.com.br=20-=20202?= =?UTF-8?q?5-10-03=2021:31:01?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- nginx/nginx.conf | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/nginx/nginx.conf b/nginx/nginx.conf index 247202d..4a42da1 100644 --- a/nginx/nginx.conf +++ b/nginx/nginx.conf @@ -211,6 +211,10 @@ http { '"upstream_response_time":"$upstream_response_time",' '"upstream_response_length":$upstream_response_length,' '"upstream_cache_status":"$upstream_cache_status",' + + # Compressão + '"compression_ratio":"$gzip_ratio",' + '}'; log_format suspicious_bot 'SUSPICIOUS_BOT: $remote_addr - "$http_user_agent" - "$request"';