問題タブ [google-cloud-load-balancer]
For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.
nginx - Google Cloud Kubernetes TCP ロードバランサを使用した Nginx ステータス コード 499
私たちは、Kubernetes によって自動的に構成される TCP ロード バランサーの下で公開されている公開 Nginx Ingress Controller を使用して、GKE で実行しています。
問題は、リクエストの 0.05% にステータス コード 499 (クライアントがキャンセルしたことを意味する Nginx 固有のステータス コード) があることです。当社の P99 レイテンシは平均で常に 100 ミリ秒未満です。
nginx - GCP CLB: Nginx.conf で X-Forwarded-For IP を取得するには?
GCP ドキュメントによると、https: //cloud.google.com/load-balancing/docs/https#target-proxiesには複数のX-Forwarded-For
IPが含まれています。たとえば、は実際のクライアント IP であり、CLB IP です。1.2.3.4, 5.6.7.8
1.2.3.4
5.6.7.8
どうすれば入ることができ1.2.3.4
ますnginx.conf
か? geoipで使いたいです。