mirror of
https://github.com/nextcloud/documentation.git
synced 2025-10-26 11:18:02 +00:00
Fix admin manual
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
This commit is contained in:
parent
3fb7223e26
commit
532332c485
@ -80,7 +80,7 @@ nginx
|
||||
* `client_body_temp_path <http://nginx.org/en/docs/http/ngx_http_core_module.html#client_body_temp_path>`_
|
||||
|
||||
Since nginx 1.7.11 a new config option `fastcgi_request_buffering
|
||||
<https://nginx.org/en/docs/http/ngx_http_fastcgi_module.html#fastcgi_request_buffering`_
|
||||
<https://nginx.org/en/docs/http/ngx_http_fastcgi_module.html#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.
|
||||
|
||||
@ -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.
|
||||
|
||||
@ -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
|
||||
|
||||
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user