Fix webdav
This commit is contained in:
parent
961d8851a8
commit
5204eaf388
@ -310,7 +310,6 @@ services:
|
||||
|
||||
volumes:
|
||||
money-data:
|
||||
zotero-data2:
|
||||
lychee-db:
|
||||
lychee-config:
|
||||
lychee-pictures:
|
||||
|
@ -7,6 +7,8 @@ server {
|
||||
root /data;
|
||||
|
||||
dav_methods PUT DELETE MOVE;
|
||||
dav_ext_methods PROPFIND OPTIONS;
|
||||
|
||||
dav_access user:rw group:rw all:r;
|
||||
|
||||
auth_basic "Restricted";
|
||||
|
Loading…
Reference in New Issue
Block a user