Allow users PUT, DELETE or MKCOL in public repo #35

Merged
mpavlov merged 1 commits from feature/webdav_module into dev 2025-08-05 23:52:19 +03:00
Showing only changes of commit 0aa2ab5c69 - Show all commits

View File

@@ -16,6 +16,12 @@ server {
autoindex on;
autoindex_exact_size off;
autoindex_localtime on;
dav_methods PUT DELETE MKCOL;
dav_access user:rw group:r all:r;
create_full_put_path on;
client_max_body_size 100m;
# auth_basic "Needs to auth";
# auth_basic_user_file /etc/nginx/.htpasswd;
}