From 5d0f54a32920a40c0b9de3af4985621af0f84547 Mon Sep 17 00:00:00 2001 From: wh1te909 Date: Sat, 3 Apr 2021 00:50:28 +0000 Subject: [PATCH] fix typo --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.sh b/install.sh index 38613850..6747bba1 100644 --- a/install.sh +++ b/install.sh @@ -539,7 +539,7 @@ server { proxy_http_version 1.1; proxy_set_header Upgrade \$http_upgrade; - proxy_set_header Connection \"upgrade"; + proxy_set_header Connection "upgrade"; proxy_redirect off; proxy_set_header Host \$host;