Closed dminca closed 7 years ago
It's a permissions issue. Should be fixed now, although it's not a perfect solution. https://github.com/xama5/docker-nginx-webdav/commit/aa6d2df4926425139e01a33e4ab413ab0dd4a4d1#diff-80423f13d45b53af35790ffc6009be4dR7
In my tests it works fine now, can you please verify?
(the fix should've gotten a separate commit - I've noticed it far too late)
I've detailed the fixes in commit #3
Created test dir with a file inside:
Launched container, published port
8080
, mounted volume$HOME/WebDAVtest
and got 404 Not found for that resource.Command issued to launch container
The 403-Forbidden is correct, but the 404-Not found is the issue.