From 9f7ab793e38dd1283a71abe9a0a32c649389a1db Mon Sep 17 00:00:00 2001 From: wulabing <91d$5gKrmVShheJf> Date: Wed, 3 Jun 2020 18:09:56 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=20nginx=20merge=20=E9=85=8D?= =?UTF-8?q?=E7=BD=AE=E6=96=87=E4=BB=B6=E5=BC=82=E5=B8=B8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.sh b/install.sh index 6bf8c39..a005dc0 100644 --- a/install.sh +++ b/install.sh @@ -553,7 +553,7 @@ nginx_conf_add() { proxy_set_header Host \$http_host; # Config for 0-RTT in TLSv1.3 - proxy_set_header Early-Data $ssl_early_data; + proxy_set_header Early-Data \$ssl_early_data; } } server {