[Pkg-owncloud-commits] [owncloud-doc] 67/75: Update configuration_language.rst

David Prévot taffit at alioth.debian.org
Wed Sep 4 19:27:22 UTC 2013


This is an automated email from the git hooks/post-receive script.

taffit pushed a commit to branch dfsg_clean
in repository owncloud-doc.

commit 210b45eae27b8c4a494ae24c669a46e1337892ce
Author: dietmaroc <dietmar at owncloud.com>
Date:   Wed Sep 4 12:46:10 2013 +0200

    Update configuration_language.rst
---
 admin_manual/configuration/configuration_language.rst |   15 +++++++++++++--
 1 file changed, 13 insertions(+), 2 deletions(-)

diff --git a/admin_manual/configuration/configuration_language.rst b/admin_manual/configuration/configuration_language.rst
index 2c1c0f4..e8681e3 100644
--- a/admin_manual/configuration/configuration_language.rst
+++ b/admin_manual/configuration/configuration_language.rst
@@ -18,6 +18,17 @@ Enabling uploading big files
 ============================
 Note: The order of the following steps is important! If you swap steps or substeps described below, the settings may fail.
 
-Go to the Admin section in the ownCloud-WebUI and do the following:
--------------------------------------------------------------------
+**Go to the admin section in the ownCloud-WebUI and do the following:**
 * Under "File handling" set the Maximum upload size to the desired value (e.g. 16GB)
+* Klick the "save"-Button
+
+**Open the php.ini - file**
+* Under Debian and derivates this file lies at /etc/php5/apache2/php.ini
+
+**Do the following:**
+* Set the following three parameters to the same value as choosen inside the admin-section one step before:
+* upload_max_filesize = 16G   (e.g.)
+* post_max_size = 16G   (e.g.)
+* output_buffering = 16384
+
+whereas the "output_buffering" has to be given in Megabytes but as a plain figure (without size-units as 'M' or 'G')

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-owncloud/owncloud-doc.git



More information about the Pkg-owncloud-commits mailing list