diff --git a/webdav.conf b/webdav.conf index eaca1f3..05c69a1 100644 --- a/webdav.conf +++ b/webdav.conf @@ -5,6 +5,8 @@ server { root /var/www/webdav; autoindex on; + client_max_body_size 250M; + location /public { dav_methods PUT DELETE MKCOL COPY MOVE; dav_ext_methods PROPFIND OPTIONS;