Browse Source

Update nextcloud.conf

fix file upload size limit
apoc4lyps 7 years ago
parent
commit
9174718d1c
1 changed files with 1 additions and 0 deletions
  1. 1 0
      data/assets/nextcloud/nextcloud.conf

+ 1 - 0
data/assets/nextcloud/nextcloud.conf

@@ -76,6 +76,7 @@ server {
     fastcgi_pass phpfpm:9000;
     fastcgi_pass phpfpm:9000;
     fastcgi_intercept_errors on;
     fastcgi_intercept_errors on;
     fastcgi_request_buffering off;
     fastcgi_request_buffering off;
+    client_max_body_size 10G;
   }
   }
 
 
   location ~ ^/(?:updater|ocs-provider)(?:$|/) {
   location ~ ^/(?:updater|ocs-provider)(?:$|/) {