【发布时间】:2022-10-24 00:28:42
【问题描述】:
到目前为止,我只是使用
location /drive/ { # wsgidav
proxy_pass http://127.0.0.1:8080/;
}
它似乎可以解决问题。我可以从 Windows 资源管理器中将文件放入服务器、获取它们、浏览目录等。 但是,我无法重命名服务器上的文件。当我尝试它时,我得到 502 Bad Gateway
14:57:44.803 - INFO : 127.0.0.1 - (anonymous) - [2022-10-14 12:57:44] "MOVE /user/Downloads/Text.txt" dest="https://myserver.com/drive/user/Downloads/Text1.txt", length=0, depth=0, overwrite=F, elap=0.001sec -> 502 Bad Gateway
我在配置中遗漏了什么吗? 谢谢
【问题讨论】: