From 72a45d56ac9035bdb57c60ef94d4d77d6c00fed8 Mon Sep 17 00:00:00 2001 From: "srvproxy001.itguys.com.br" Date: Fri, 3 Oct 2025 21:24:33 -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:24:33?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- nginx/nginx.conf | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/nginx/nginx.conf b/nginx/nginx.conf index d73f9e9..b0ad6c4 100644 --- a/nginx/nginx.conf +++ b/nginx/nginx.conf @@ -194,6 +194,15 @@ http { '"connection":"$connection",' '"connection_requests":$connection_requests,' '"limit_rate":"$limit_rate",' + + # SSL/TLS + '"ssl_protocol":"$ssl_protocol",' + '"ssl_cipher":"$ssl_cipher",' + '"ssl_session_id":"$ssl_session_id",' + '"ssl_server_name":"$ssl_server_name",' + '"ssl_session_reused":"$ssl_session_reused",' + '"ssl_client_verify":"$ssl_client_verify",' + '}'; log_format suspicious_bot 'SUSPICIOUS_BOT: $remote_addr - "$http_user_agent" - "$request"';