From bce35a587fc7f77c64f54233bc6674b67ca93e70 Mon Sep 17 00:00:00 2001 From: Roman Arutyunyan Date: Sun, 2 Dec 2018 19:41:07 +0300 Subject: [PATCH] Minor update in README. --- README.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.rst b/README.rst index fb11483..3ab1cdd 100644 --- a/README.rst +++ b/README.rst @@ -46,10 +46,10 @@ Example config .. code-block:: location / { + root /data/www; + dav_methods PUT DELETE MKCOL COPY MOVE; dav_ext_methods PROPFIND OPTIONS; - - root /var/root/; } .. _ngx_http_dav_module: http://nginx.org/en/docs/http/ngx_http_dav_module.html