Merge pull request 'Allow users PUT, DELETE or MKCOL in public repo' (#35) from feature/webdav_module into dev

Reviewed-on: https://remvpn.olssonul.com/IaC/rproxy/pulls/35
This commit is contained in:
2025-08-05 23:52:18 +03:00

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;
}