Add host param

This commit is contained in:
Greyscale 2024-07-28 16:50:34 +02:00
parent b0c7bad36d
commit b7ed67a1d3

View file

@ -70,6 +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_cache_bypass $http_upgrade;
proxy_buffering off;
proxy_set_header Origin "";