From 0ffcaff9b2856022b2c2d2abd377e9bfe85425f1 Mon Sep 17 00:00:00 2001 From: dnutan Date: Sun, 25 Sep 2016 16:32:27 +0200 Subject: [PATCH] minor typos --- .../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 cacf7f989..c7dbf38cb 100644 --- a/admin_manual/configuration_files/big_file_upload_configuration.rst +++ b/admin_manual/configuration_files/big_file_upload_configuration.rst @@ -114,7 +114,7 @@ file size values:: upload_max_filesize = 16G post_max_size = 16G -Tell PHP which temp file you want it to use:: +Tell PHP which temp directory you want it to use:: upload_tmp_dir = /var/big_temp_file/ @@ -153,7 +153,7 @@ this input box. To be able to use this input box you need to make sure that: -* your Web server is be able to use the ``.htaccess`` file shipped by Nextcloud (Apache only) +* your Web server is able to use the ``.htaccess`` file shipped by Nextcloud (Apache only) * the user your Web server is running as has write permissions to the files ``.htaccess`` and ``.user.ini`` :ref:`strong_perms_label` might prevent write access to these files. As an admin you need