Disable it because it doesn't work.

This commit is contained in:
Greyscale 2024-07-28 16:56:37 +02:00
parent b7ed67a1d3
commit 7ae6cb0332

View file

@ -70,7 +70,7 @@ server {
proxy_http_version 1.1;
proxy_set_header Upgrade $http_upgrade;
proxy_set_header Connection "Upgrade";
proxy_set_header Host $host;
#proxy_set_header Host $host;
proxy_cache_bypass $http_upgrade;
proxy_buffering off;
proxy_set_header Origin "";