Add additional dav_methods.
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful

This commit is contained in:
2024-12-15 01:32:26 -06:00
parent 8007ce8b81
commit 76cc63e7eb

View File

@@ -45,7 +45,7 @@ server {
root /usr/share/nginx/html;
index index.html index.htm;
dav_access user:rw group:rw all:r;
dav_methods PUT;
dav_methods PUT DELETE MKCOL COPY MOVE;
dav_ext_methods PROPFIND OPTIONS LOCK UNLOCK;
}
}