From b9acf53a1f874d5f38e08ba3daadaed7e0396720 Mon Sep 17 00:00:00 2001 From: "srvproxy001.itguys.com.br" Date: Fri, 3 Oct 2025 21:23:31 -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:23:31?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- nginx/nginx.conf | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/nginx/nginx.conf b/nginx/nginx.conf index 1934bbe..d73f9e9 100644 --- a/nginx/nginx.conf +++ b/nginx/nginx.conf @@ -187,6 +187,13 @@ http { '"sent_http_cache_control":"$sent_http_cache_control",' '"sent_http_content_security_policy":"$sent_http_content_security_policy",' '"sent_http_x_frame_options":"$sent_http_x_frame_options",' + + # Performance e Conexão + '"request_time":$request_time,' + '"pipe":"$pipe",' + '"connection":"$connection",' + '"connection_requests":$connection_requests,' + '"limit_rate":"$limit_rate",' '}'; log_format suspicious_bot 'SUSPICIOUS_BOT: $remote_addr - "$http_user_agent" - "$request"';