1
0
mirror of https://github.com/quay/quay.git synced 2026-01-26 06:21:37 +03:00

nginx: remove rate_limit_key from nginx logs (PROJQUAY-9203) (#4167)

remove rate_limit_key from nginx logs
This commit is contained in:
Marcus Kok
2025-08-01 10:31:21 -04:00
committed by GitHub
parent 5d5596f588
commit 6273fb6046

View File

@@ -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;