From d3eb1e04760f45556dee139bd1732a0848fe9f29 Mon Sep 17 00:00:00 2001 From: RealRancor Date: Tue, 10 Feb 2015 10:02:25 +0100 Subject: [PATCH] Fixed parameter syntax for .htaccess file --- admin_manual/configuration/big_file_upload_configuration.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/admin_manual/configuration/big_file_upload_configuration.rst b/admin_manual/configuration/big_file_upload_configuration.rst index 866050833..bb9ae9917 100644 --- a/admin_manual/configuration/big_file_upload_configuration.rst +++ b/admin_manual/configuration/big_file_upload_configuration.rst @@ -29,8 +29,8 @@ Configuring Your Webserver ownCloud comes with its own ``owncloud/.htaccess`` file. Set the following two parameters inside this ``.htaccess`` file:: - upload_max_filesize = 16G - post_max_size = 16G + php_value upload_max_filesize = 16G + php_value post_max_size = 16G Adjust these values for your needs. If you see PHP timeouts in your logfiles, increase the timeout values, which are in seconds::