Browse Source

Update site.nextcloud.custom

fix file upload size limit
apoc4lyps 7 năm trước cách đây
mục cha
commit
89737edd69
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  1. 1 0
      data/assets/nextcloud/site.nextcloud.custom

+ 1 - 0
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;