From 853f6a2180ee0ca4fd755a80fd89f76c9f01835d Mon Sep 17 00:00:00 2001 From: Pelagic Date: Fri, 12 Apr 2024 02:08:44 +0300 Subject: [PATCH] Fixed some README.md typos --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 335673f..222791a 100644 --- a/README.md +++ b/README.md @@ -59,10 +59,10 @@ There are a few reasonable ways of setting it up. auth_request /cloud/auth/; client_body_temp_path /var/nginx/webdav_client_temp; - dav_ext_methods PUT DELETE MKCOL COPY MOVE PROPFIND OPTIONS LOCK UNLOCK; + webdav_methods PUT DELETE MKCOL COPY MOVE PROPFIND OPTIONS LOCK UNLOCK; create_full_put_path on; - dav_access all:rw; - dav_ext_lock zone=foo; + webdav_access all:rw; + webdav_lock zone=foo; root /var/nginx/webdav; index index.html index.htm;