Enable webdav
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful

This commit is contained in:
2024-12-08 00:58:02 -06:00
parent 4249ab7bc7
commit 623ca45533

View File

@@ -37,5 +37,9 @@ server {
autoindex on; autoindex on;
root /usr/share/nginx/html; root /usr/share/nginx/html;
index index.html index.htm; index index.html index.htm;
dav_access user:rw group:rw all:r;
dav_methods PUT;
dav_ext_methods PROPFIND OPTIONS LOCK UNLOCK;
client_max_body_size 100G;
} }
} }