From 84f0c36fe9fef83551df90dd49bec671e2504b7b Mon Sep 17 00:00:00 2001 From: Nils M Date: Tue, 24 Jul 2018 14:36:05 +0200 Subject: [PATCH] Removed '=' from php_value statements --- .../configuration_files/big_file_upload_configuration.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/admin_manual/configuration_files/big_file_upload_configuration.rst b/admin_manual/configuration_files/big_file_upload_configuration.rst index 08b38dfac..32620557c 100644 --- a/admin_manual/configuration_files/big_file_upload_configuration.rst +++ b/admin_manual/configuration_files/big_file_upload_configuration.rst @@ -37,8 +37,8 @@ Set the following two parameters inside the corresponding php.ini file (see the **Loaded Configuration File** section of :ref:`label-phpinfo` to find your relevant php.ini files) :: - php_value upload_max_filesize = 16G - php_value 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::