From d6d6838ad697c57dc9f7777cd544aaa61db57b31 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 4c18f105f..49090e6a8 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::