diff --git a/admin_manual/configuration_files/big_file_upload_configuration.rst b/admin_manual/configuration_files/big_file_upload_configuration.rst index 2dc3d0334..aeb4385d5 100644 --- a/admin_manual/configuration_files/big_file_upload_configuration.rst +++ b/admin_manual/configuration_files/big_file_upload_configuration.rst @@ -32,7 +32,9 @@ Configuring Your Webserver -------------------------- | ownCloud comes with its own ``owncloud/.htaccess`` file. -| If PHP-FPM is used, it can't read ``.htaccess`` PHP settings unless a PECL extension is installed. If PHP-FPM is used without the PECL extension installed, settings and permissions must be set in the ``owncloud/.user.ini`` file. +| If PHP-FPM is used, it can't read ``.htaccess`` PHP settings unless the ``htscanner`` +| PECL extension is installed. If PHP-FPM is used without this PECL extension installed, +| settings and permissions must be set in the ``owncloud/.user.ini`` file. Set the following two parameters inside the corresponding .ini file:: diff --git a/admin_manual/installation/nginx_configuration.rst b/admin_manual/installation/nginx_configuration.rst index ccba5fafc..dfa2d416d 100644 --- a/admin_manual/installation/nginx_configuration.rst +++ b/admin_manual/installation/nginx_configuration.rst @@ -111,4 +111,7 @@ Nginx Configuration **post_max_size** values. You’ll need to restart php5-fpm and nginx services in order these changes to be applied. -.. note:: ownCloud comes with its own ``owncloud/.htaccess`` file. If PHP-FPM is used, it can't read ``.htaccess`` PHP settings unless a PECL extension is installed. If PHP-FPM is used without the PECL extension installed, settings and permissions must be set in the ``owncloud/.user.ini`` file. +.. note:: ownCloud comes with its own ``owncloud/.htaccess`` file. If PHP-FPM is used, + it can't read ``.htaccess`` PHP settings unless the ``htscanner`` PECL extension + is installed. If PHP-FPM is used without this PECL extension installed, settings + and permissions must be set in the ``owncloud/.user.ini`` file.