set $host_fixed $http_host;
if ($http_host = “”) {
set $host_fixed “default”;
}

proxy_set_header Host $host_fixed;
proxy_http_version 1.1;
proxy_set_header Upgrade $http_upgrade;
proxy_set_header Connection $connection_upgrade;
proxy_hide_header X-Powered-By;

设置了proxy_http_version 1.1 也不行哦。