From dbe4c4c9c87e8150db7f15ea90e3382c6f478212 Mon Sep 17 00:00:00 2001 From: Andros Fenollosa Date: Sun, 12 May 2024 16:46:00 +0200 Subject: [PATCH] Update nginx.conf --- nginx.conf | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/nginx.conf b/nginx.conf index f053cea..083df9c 100644 --- a/nginx.conf +++ b/nginx.conf @@ -11,12 +11,15 @@ server { proxy_set_header Host $host; proxy_http_version 1.1; proxy_set_header Upgrade $http_upgrade; - proxy_set_header Connection "upgrade"; + proxy_set_header Connection ""; proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for; proxy_set_header X-Forwarded-Proto $scheme; proxy_set_header X-Forwarded-Host $server_name; proxy_set_header X-Real-IP $remote_addr; proxy_redirect off; + proxy_buffering off; + proxy_cache off; + chunked_transfer_encoding off; } location /static {