From 43e2fd05734c9cb851471e829f38575af10f3f69 Mon Sep 17 00:00:00 2001 From: haen-su Date: Wed, 8 Nov 2023 04:03:14 +0900 Subject: [PATCH] fix: edit nginx config --- config/nginx/nginx.conf | 3 +++ 1 file changed, 3 insertions(+) diff --git a/config/nginx/nginx.conf b/config/nginx/nginx.conf index 024df9a..0f624d1 100644 --- a/config/nginx/nginx.conf +++ b/config/nginx/nginx.conf @@ -9,6 +9,9 @@ server { proxy_set_header Host $host; proxy_set_header X-Real-IP $remote_addr; proxy_redirect off; + proxy_set_header Upgrade $http_upgrade; + proxy_set_header Connection "upgrade"; + proxy_http_version 1.1; } if ($http_x_forwarded_proto != 'https') {