From 87f14e02530f910839451e10ad06e792377b278f Mon Sep 17 00:00:00 2001 From: Pelagic Date: Thu, 11 Apr 2024 21:21:54 +0300 Subject: [PATCH] Trying out a table in the README.md --- README.md | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index cafdbab..5024418 100644 --- a/README.md +++ b/README.md @@ -43,9 +43,12 @@ TODO webdav apis with an htpasswd file through nginx basic authentication TODO webdav apis with database managed through django # Directives -| Directive | Specification | Context | -| --------- | ------------- | ------- | -| webdav_methods | [GET] [PUT] [MKCOL] [DELETE] [PROPFIND] [OPTIONS] [LOCK] [UNLOCK]| http, server, location | +| Directive | Specification | Context | +| --------- | ------------- | ------- | +| webdav_methods | [GET] [PUT] [MKCOL] [DELETE] [PROPFIND] [OPTIONS] [LOCK] [UNLOCK]| http, server, location | +| webdav_lock | dav_ext_lock zone=NAME | http, server, location | +| webdav_lock_zone | zone=NAME:SIZE [timeout=TIMEOUT] | http | +