From 9174718d1cfae6822044ba9b2aab538e08fe2008 Mon Sep 17 00:00:00 2001 From: apoc4lyps Date: Thu, 11 Jan 2018 23:05:46 +0100 Subject: [PATCH 1/2] Update nextcloud.conf fix file upload size limit --- data/assets/nextcloud/nextcloud.conf | 1 + 1 file changed, 1 insertion(+) diff --git a/data/assets/nextcloud/nextcloud.conf b/data/assets/nextcloud/nextcloud.conf index 49a585d2..2eaf6faa 100644 --- a/data/assets/nextcloud/nextcloud.conf +++ b/data/assets/nextcloud/nextcloud.conf @@ -76,6 +76,7 @@ server { fastcgi_pass phpfpm:9000; fastcgi_intercept_errors on; fastcgi_request_buffering off; + client_max_body_size 10G; } location ~ ^/(?:updater|ocs-provider)(?:$|/) { From 89737edd69c70e286be745d06009a5e405a99181 Mon Sep 17 00:00:00 2001 From: apoc4lyps Date: Thu, 11 Jan 2018 23:06:09 +0100 Subject: [PATCH 2/2] Update site.nextcloud.custom fix file upload size limit --- data/assets/nextcloud/site.nextcloud.custom | 1 + 1 file changed, 1 insertion(+) diff --git a/data/assets/nextcloud/site.nextcloud.custom b/data/assets/nextcloud/site.nextcloud.custom index c28700b0..6901df76 100644 --- a/data/assets/nextcloud/site.nextcloud.custom +++ b/data/assets/nextcloud/site.nextcloud.custom @@ -19,6 +19,7 @@ fastcgi_pass phpfpm:9000; fastcgi_intercept_errors on; fastcgi_request_buffering off; + client_max_body_size 10G; } location ~ ^/nextcloud/(?:updater|ocs-provider)(?:$|/) { try_files $uri/ =404;