From d0e31f5b2f79ac0dcc78642eaa07586537f7384b Mon Sep 17 00:00:00 2001 From: Jake Howard Date: Sun, 3 Mar 2024 21:00:07 +0000 Subject: [PATCH] Increase max body size for uploads --- nginx.conf | 1 + 1 file changed, 1 insertion(+) diff --git a/nginx.conf b/nginx.conf index 839e451..943dde8 100644 --- a/nginx.conf +++ b/nginx.conf @@ -46,6 +46,7 @@ server { dav_ext_methods PROPFIND OPTIONS; min_delete_depth 1; + client_max_body_size 15m; client_body_temp_path /tmp; create_full_put_path on; }