parent
9174718d1c
commit
89737edd69
|
@ -19,6 +19,7 @@
|
||||||
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 ~ ^/nextcloud/(?:updater|ocs-provider)(?:$|/) {
|
location ~ ^/nextcloud/(?:updater|ocs-provider)(?:$|/) {
|
||||||
try_files $uri/ =404;
|
try_files $uri/ =404;
|
||||||
|
|
Loading…
Reference in New Issue