Fixed some README.md typos
This commit is contained in:
@@ -59,10 +59,10 @@ There are a few reasonable ways of setting it up.
|
|||||||
auth_request /cloud/auth/;
|
auth_request /cloud/auth/;
|
||||||
|
|
||||||
client_body_temp_path /var/nginx/webdav_client_temp;
|
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;
|
create_full_put_path on;
|
||||||
dav_access all:rw;
|
webdav_access all:rw;
|
||||||
dav_ext_lock zone=foo;
|
webdav_lock zone=foo;
|
||||||
|
|
||||||
root /var/nginx/webdav;
|
root /var/nginx/webdav;
|
||||||
index index.html index.htm;
|
index index.html index.htm;
|
||||||
|
|||||||
Reference in New Issue
Block a user