location / { rewrite ^.+youdao/?(.*)$ /$1 break; proxy_pass https://note.youdao.com/; }
注:不能解决js中的禁止跨域(设置了固定的域名);