diff --git a/nginx/nginx.conf b/nginx/nginx.conf index 0a17322..e82d652 100644 --- a/nginx/nginx.conf +++ b/nginx/nginx.conf @@ -143,6 +143,8 @@ http { '"request_id":"$request_id"' '}'; + log_format suspicious_bot 'SUSPICIOUS_BOT: $remote_addr - "$http_user_agent" - "$request"'; + # --- LOGS GLOBAIS DE FALLBACK --- # Logs mínimos para requisições que não correspondem a nenhum 'server' block. error_log /var/log/nginx/error.log warn;