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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user