Update nextcloud.conf

fix file upload size limit
master
apoc4lyps 2018-01-11 23:05:46 +01:00 committed by GitHub
parent e4b91e06a3
commit 9174718d1c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -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)(?:$|/) {