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"';