wowyijiu兰空图床WebDav问题 中发帖

例如访问域名为https://domain.com/d/onedrive/image时可以正常使用,但是访问域名改为https://lxky.com/img使用npm自定义nginx配置时无法正常使用 
location /img {
proxy_pass https://domain.com/d/onedrive/image/;
proxy_read_timeout 600s;
proxy_set_header Host $host;
proxy_set_header X-Real-IP $remote_addr;
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
proxy_set_header X-Forwarded-Proto $schem...