From 6273fb6046db4e83f38337aed21761998b267dc6 Mon Sep 17 00:00:00 2001 From: Marcus Kok <47163063+Marcusk19@users.noreply.github.com> Date: Fri, 1 Aug 2025 10:31:21 -0400 Subject: [PATCH] nginx: remove rate_limit_key from nginx logs (PROJQUAY-9203) (#4167) remove rate_limit_key from nginx logs --- conf/nginx/http-base.conf.jnj | 1 - 1 file changed, 1 deletion(-) diff --git a/conf/nginx/http-base.conf.jnj b/conf/nginx/http-base.conf.jnj index bde8119d9..009a1551b 100644 --- a/conf/nginx/http-base.conf.jnj +++ b/conf/nginx/http-base.conf.jnj @@ -12,7 +12,6 @@ log_format lb_logs '$remote_addr ($proxy_protocol_addr) ' '- $remote_user [$time_local] ' '"$request" $status $body_bytes_sent ' '"$http_referer" "$http_user_agent" ' - 'rate_limit_key="$auth_namespace_bucket" ' '($request_time $request_length $upstream_response_time)'; types_hash_max_size 2048;