mirror of
https://github.com/nextcloud/documentation.git
synced 2026-01-03 02:09:45 +07:00
Merge pull request #564 from owncloud/fix-warnings
fix sphinx warnings and close #558
This commit is contained in:
@@ -68,8 +68,7 @@ will return memory-related errors.
|
||||
|
||||
* ``output_buffering = 0``
|
||||
|
||||
**These client configurations have been proven by testing maximum file sizes of
|
||||
16 GB:**
|
||||
**These client configurations have been proven by testing maximum file sizes of 16 GB:**
|
||||
|
||||
* Linux 32 Bit: Ubuntu, Firefox => 16GB
|
||||
* Windows 8 64 Bit: Google Chrome => 8GB
|
||||
@@ -77,4 +76,4 @@ will return memory-related errors.
|
||||
**Note:**
|
||||
You will need a minimum of 16GB (e.g, to stay consistent with the example value
|
||||
above), in your upload_tmp_dir. Normally this points to /tmp. If your /tmp has
|
||||
not enough space, you can change the value of upload_tmp_dir in your php.ini
|
||||
not enough space, you can change the value of upload_tmp_dir in your php.ini
|
||||
|
||||
@@ -22,6 +22,7 @@ Configuration
|
||||
configuration_mail
|
||||
configuration_preview
|
||||
configuration_reverseproxy
|
||||
configuration_file_sharing
|
||||
configuring_big_file_upload
|
||||
custom_mount_config_gui
|
||||
custom_mount_config
|
||||
|
||||
@@ -53,6 +53,7 @@ This section describes how to configure ownCloud and your web server. It
|
||||
contains the following topics:
|
||||
|
||||
* :doc:`configuration/configuration_apps`
|
||||
* :doc:`configuration/configuration_file_sharing`
|
||||
* :doc:`configuration/configuration_users`
|
||||
* :doc:`configuration/configuration_database`
|
||||
* :doc:`configuration/auth_ldap`
|
||||
@@ -81,7 +82,9 @@ server (for example, updating or migrating to a new version of ownCloud). It
|
||||
contains the following topics:
|
||||
|
||||
* :doc:`maintenance/enable_maintenance`
|
||||
* :doc:`maintenance/migrating`
|
||||
* :doc:`maintenance/backup`
|
||||
* :doc:`maintenance/update`
|
||||
|
||||
|
||||
* :doc:`maintenance/upgrade`
|
||||
* :doc:`maintenance/restore`
|
||||
* :doc:`maintenance/migrating`
|
||||
* :doc:`maintenance/convert_db`
|
||||
|
||||
Reference in New Issue
Block a user