Module ngx_http_dav_module
The ngx_http_dav_module
module is intended for file management automation via the WebDAV protocol. The module processes HTTP and WebDAV methods PUT, DELETE, MKCOL, COPY, and MOVE.
This module is not built by default, it should be enabled with the --with-http_dav_module
configuration parameter.
WebDAV clients that require additional WebDAV methods to operate will not work with this module.