From 532332c4852a2144277ce9fa3df7da0413826dc7 Mon Sep 17 00:00:00 2001 From: Morris Jobke Date: Wed, 19 Jul 2017 16:44:17 +0200 Subject: [PATCH] Fix admin manual Signed-off-by: Morris Jobke --- .../configuration_files/big_file_upload_configuration.rst | 2 +- .../configuration_server/config_sample_php_parameters.rst | 6 +----- admin_manual/issues/general_troubleshooting.rst | 2 +- admin_manual/maintenance/update.rst | 2 +- 4 files changed, 4 insertions(+), 8 deletions(-) diff --git a/admin_manual/configuration_files/big_file_upload_configuration.rst b/admin_manual/configuration_files/big_file_upload_configuration.rst index 0abb1d53f..778c22b0a 100644 --- a/admin_manual/configuration_files/big_file_upload_configuration.rst +++ b/admin_manual/configuration_files/big_file_upload_configuration.rst @@ -80,7 +80,7 @@ nginx * `client_body_temp_path `_ Since nginx 1.7.11 a new config option `fastcgi_request_buffering -`_ is availabe. Setting this option to ``fastcgi_request_buffering off;`` in your nginx config might help with timeouts during the upload. Furthermore it helps if you're running out of disc space on the tmp partition of your system. diff --git a/admin_manual/configuration_server/config_sample_php_parameters.rst b/admin_manual/configuration_server/config_sample_php_parameters.rst index 37338addd..dba9e8f08 100644 --- a/admin_manual/configuration_server/config_sample_php_parameters.rst +++ b/admin_manual/configuration_server/config_sample_php_parameters.rst @@ -1063,10 +1063,6 @@ concerns: - OC\\Preview\\TIFF - OC\\Preview\\Font -.. note:: Troubleshooting steps for the MS Word previews are available - at the :doc:`../configuration_files/collaborative_documents_configuration` - section of the Administrators Manual. - The following providers are not available in Microsoft Windows: - OC\\Preview\\Movie @@ -1423,7 +1419,7 @@ and MySQL can handle 4 byte characters instead of 3 byte characters. If you want to convert an existing 3-byte setup into a 4-byte setup please set the parameters in MySQL as mentioned below and run the migration command: - ./occ db:convert-mysql-charset +./occ db:convert-mysql-charset The config setting will be set automatically after a successful run. Consult the documentation for more details. diff --git a/admin_manual/issues/general_troubleshooting.rst b/admin_manual/issues/general_troubleshooting.rst index 9cda03cb0..086ae145c 100644 --- a/admin_manual/issues/general_troubleshooting.rst +++ b/admin_manual/issues/general_troubleshooting.rst @@ -262,7 +262,7 @@ and if running in a subfolder like ``nextcloud``: For the first case the :file:`.htaccess` file shipped with Nextcloud should do this work for your when running Apache. You only need to make sure that your Web server is using this file. When running Nginx please refer to -:doc:`../installation/nginx. +:doc:`../installation/nginx`. If your Nextcloud instance is installed in a subfolder called ``nextcloud`` and diff --git a/admin_manual/maintenance/update.rst b/admin_manual/maintenance/update.rst index 4287918ee..398bcf4bc 100644 --- a/admin_manual/maintenance/update.rst +++ b/admin_manual/maintenance/update.rst @@ -40,7 +40,7 @@ The build-in updater performs these operations: actions are executed while running the update of the code. * **Create backup:** creates a backup of the existing code base in ``/updater-INSTANCEID/backups/nextcloud-CURRENTVERSION/`` inside of the - data directory (this does not contain the ``/data``directory nor the + data directory (this does not contain the ``/data`` directory nor the database). * **Downloading:** downloads the code in the version it should update to. This is also shown in the web UI before the update is started. This archive is