Skip to content

Commit

Permalink
Added link to nginx dav module.
Browse files Browse the repository at this point in the history
  • Loading branch information
arut committed Dec 2, 2018
1 parent 732c02f commit 47d6265
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ NGINX WebDAV PROPFIND and OPTIONS commands support.

.. |copy| unicode:: U+000A9 .. COPYRIGHT SIGN

For full WebDAV support in NGINX you need to enable the standard NGINX WebDAV
module providing partial WebDAV implementation, as well as this module for the
missing methods:
For full WebDAV support in NGINX you need to enable the standard NGINX
ngx_http_dav_module_ providing partial WebDAV implementation, as well as this
module for the missing methods:

.. code-block:: bash
Expand Down Expand Up @@ -51,3 +51,5 @@ Example config
root /var/root/;
}
.. _ngx_http_dav_module: http://nginx.org/en/docs/http/ngx_http_dav_module.html

0 comments on commit 47d6265

Please sign in to comment.