Hi,
I just installed the webdav-plugin 4.0 in my OMV 4.1.14, configured it and wanted to connect to the webdav share with windows explorer. However, this is giving me an error (as usual in Windows, the error message is not very comprehensive). I checked the nginx access log and found the following:
Code
::ffff:192.168.1.49 - - [02/Dec/2018:00:27:29 +0100] "OPTIONS /webdav HTTP/1.1" 405 166 "-" "Microsoft-WebDAV-MiniRedir/6.1.7601"
::ffff:192.168.1.49 - - [02/Dec/2018:00:27:36 +0100] "OPTIONS / HTTP/1.1" 405 166 "-" "Microsoft-WebDAV-MiniRedir/6.1.7601"
::ffff:192.168.1.49 - - [02/Dec/2018:00:27:36 +0100] "PROPFIND /webdav HTTP/1.1" 405 166 "-" "Microsoft-WebDAV-MiniRedir/6.1.7601"
Both, OPTIONS and PROPFIND requests are rejected by nginx with 405 "Method Not Allowed". Is there anything I can do to get this working?