From 9071839b2d94b43da8f05b8a635a222b41bd4d19 Mon Sep 17 00:00:00 2001 From: Victor Vobis Date: Wed, 19 Feb 2025 17:21:10 +0100 Subject: [PATCH] bless --- nginx/nginx.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/nginx/nginx.conf b/nginx/nginx.conf index 75ae806..99c85f3 100644 --- a/nginx/nginx.conf +++ b/nginx/nginx.conf @@ -69,8 +69,8 @@ http { location / { proxy_pass http://88.88.5.3:3000/; proxy_http_version 1.1; - # proxy_set_header Upgrade $http_upgrade; - # proxy_set_header Connection "upgrade"; + proxy_set_header Upgrade $http_upgrade; + proxy_set_header Connection "upgrade"; proxy_set_header Host $host; proxy_set_header X-Real-IP $remote_addr; proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;