問題タブ [nghttp2]
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 - HTTP2 サーバー プッシュ Nginx を有効にする
HTTP2をサポートするnginxをインストールしました。私の nginx はアプリケーション ロード バランサーの背後にあり、SSL ターミネーションは LB でのみ発生しています。
最初に以下のように HTTP2_PUSH を有効にしました。
しかし、うまくいきませんでした。ブラウザーのデバッガーのネットワーク タブには、イニシエーターが "index" であると表示されていましたが、nghttp にも何も表示されませんでした。
私が試した別のアプローチは次のとおりです。
次のアプローチでは、ネットワーク タブでイニシエーターを からindex
に変更しother
ましたが、nghttp ツールはサーバー プッシュが行われていないことを確認します。