location /
{
proxy_pass https://haoduck-my.sharepoint.com;
proxy_set_header Host haoduck-my.sharepoint.com;
proxy_set_header Range $http_range;
proxy_buffering off;
}
haoduck
换成你自己的域名前缀
location /
{
proxy_pass https://haoduck-my.sharepoint.com;
proxy_set_header Host haoduck-my.sharepoint.com;
proxy_set_header Range $http_range;
proxy_buffering off;
}
haoduck
换成你自己的域名前缀