1
0
mirror of https://github.com/mailcow/mailcow-dockerized.git synced 2026-01-07 14:09:19 +00:00

Update site.nextcloud.custom

fix file upload size limit
This commit is contained in:
apoc4lyps
2018-01-11 23:06:09 +01:00
committed by GitHub
parent 9174718d1c
commit 89737edd69

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;