From 785be4b8ee10a36276f2ef827a98eb5acad3f361 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marius=20Bl=C3=BCm?= Date: Sat, 11 Jun 2016 16:56:23 +0200 Subject: [PATCH] Update large_file_upload.rst --- user_manual/files/large_file_upload.rst | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/user_manual/files/large_file_upload.rst b/user_manual/files/large_file_upload.rst index 377160f1a..7f33558e1 100644 --- a/user_manual/files/large_file_upload.rst +++ b/user_manual/files/large_file_upload.rst @@ -2,19 +2,19 @@ Large File Uploads ================== -When uploading files through the web client, ownCloud is limited by PHP and +When uploading files through the web client, Nextcloud is limited by PHP and Apache configurations. By default, PHP is configured for only 2 megabyte uploads. As this default upload limit is not entirely useful, we recommend that -your ownCloud admin increase the ownCloud variables to sizes appropriate for +your Nextcloud admin increase the Nextcloud variables to sizes appropriate for users. -Modifying certain ownCloud variables requires administrative access. If you +Modifying certain Nextcloud variables requires administrative access. If you require larger upload limits than have been provided by the default (or already set by your administrator): * Contact your administrator to request an increase in these variables * Refer to the section in the `Admin Documentation - `_ that describes how to manage file upload size limits.