Update site.nextcloud.custom

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

View File

@ -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;