From 2142acb1dec65b9719830a98852ebb4e04e16552 Mon Sep 17 00:00:00 2001 From: Navan Chauhan Date: Thu, 26 Oct 2023 13:58:49 -0600 Subject: [PATCH] up file size limit to 10G Matches Nextcloud's configuration --- conf/nginx.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/nginx.conf b/conf/nginx.conf index e0aeae3..e22f895 100644 --- a/conf/nginx.conf +++ b/conf/nginx.conf @@ -17,7 +17,7 @@ location __PATH__/ { proxy_set_header Upgrade $http_upgrade; proxy_set_header Connection $http_connection; - client_max_body_size 100M; + client_max_body_size 10G; # Include SSOWAT user panel. include conf.d/yunohost_panel.conf.inc;