From f9ae8e025f47accba403c5ea9c3522729878ba32 Mon Sep 17 00:00:00 2001 From: "srvproxy001.itguys.com.br" Date: Fri, 3 Oct 2025 21:22:12 -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:22:12?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- nginx/nginx.conf | 20 +++++++++++++++++++- 1 file changed, 19 insertions(+), 1 deletion(-) diff --git a/nginx/nginx.conf b/nginx/nginx.conf index 18a9ab3..1934bbe 100644 --- a/nginx/nginx.conf +++ b/nginx/nginx.conf @@ -167,8 +167,26 @@ http { '"document_root":"$document_root",' '"realpath_root":"$realpath_root",' '"request_filename":"$request_filename",' + + # Headers da Requisição + '"http_referer":"$http_referer",' + '"http_user_agent":"$http_user_agent",' + '"http_cookie":"$http_cookie",' + '"http_accept_encoding":"$http_accept_encoding",' + '"http_accept_language":"$http_accept_language",' - + # Detalhes da Resposta + '"status":$status,' + '"body_bytes_sent":$body_bytes_sent,' + '"bytes_sent":$bytes_sent,' + '"sent_http_server":"$sent_http_server",' + '"sent_http_date":"$sent_http_date",' + '"sent_http_location":"$sent_http_location",' + '"sent_http_content_type":"$sent_http_content_type",' + '"sent_http_content_encoding":"$sent_http_content_encoding",' + '"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",' '}'; log_format suspicious_bot 'SUSPICIOUS_BOT: $remote_addr - "$http_user_agent" - "$request"';