From 5f1906feb85e479527e0add1d730a64109081a87 Mon Sep 17 00:00:00 2001 From: Logan Marchione Date: Mon, 19 Jun 2023 15:14:01 -0400 Subject: [PATCH] Add default client_max_body_size --- webdav.conf | 2 ++ 1 file changed, 2 insertions(+) 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;