Trying out a table in the README.md

This commit is contained in:
2024-04-11 21:21:54 +03:00
parent 3478dd0638
commit 87f14e0253

View File

@@ -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 |