diff --git a/nginx-site-available/nginx_template.conf b/nginx-site-available/nginx_template.conf index f2e6e14..22d0225 100644 --- a/nginx-site-available/nginx_template.conf +++ b/nginx-site-available/nginx_template.conf @@ -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 "";