diff --git a/roles/rproxy/files/repo.conf b/roles/rproxy/files/repo.conf index 835d514..dcee29d 100644 --- a/roles/rproxy/files/repo.conf +++ b/roles/rproxy/files/repo.conf @@ -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; }