From 04dbc4284a53652ac960fd892ef641d8d73a478e Mon Sep 17 00:00:00 2001 From: rohow Date: Wed, 28 Aug 2024 18:54:30 +0800 Subject: [PATCH] =?UTF-8?q?feat(nginx):=20=E6=97=A5=E5=BF=97=E4=B8=AD?= =?UTF-8?q?=E6=96=B0=E5=A2=9Ehttp=5Fupgrade=E5=AD=97=E6=AE=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- apps/infra/net/nginx/helmchart.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/apps/infra/net/nginx/helmchart.yaml b/apps/infra/net/nginx/helmchart.yaml index 98b9624..803e742 100644 --- a/apps/infra/net/nginx/helmchart.yaml +++ b/apps/infra/net/nginx/helmchart.yaml @@ -68,6 +68,7 @@ spec: "http_user_agent": "$http_user_agent", "http_x_forwarded_for": "$http_x_forwarded_for", "http_host": "$http_host", + "http_upgrade": "$http_upgrade", "server_name": "$server_name", "request_time": "$request_time", "upstream": "$upstream_addr",