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.
create_full_put_path

Syntax: create_full_put_path on | off; Default: create_full_put_path

2017-02-09 07:05:48
dav_methods

Syntax: dav_methods off | method ...; Default: dav_methods

2017-02-09 07:05:49
min_delete_depth

Syntax: min_delete_depth number; Default: min_delete_depth 0;

2017-02-09 07:07:03
dav_access

Syntax: dav_access users:permissions ...; Default:

2017-02-09 07:05:48