Hi,
we would like to use the WEBDAV ability of NGINX, to use it as a WEBDAV server.
While GET / PUT /DELETE / MKCOL are implemented in the nginx DAV module, some verbs are missing there,
PROPFIND, LOCK, UNLOCK and PROPPATCH.
We used the separate module https://github.com/arut/nginx-dav-ext-module for that,
but this module seems not to be updated anymore, and e.g. the PROPPATCH verb is still missing (although pull request is available)
Are there plans to integrate such WEBDAV extensions in the nginx internal DAV module, or is there another solution available?
Without the PROPFIND / LOCK methods, clients like Windows-Explorer don't work with the webdav server.
Thank you for any hints!
Eckart