From be8a7edcd188d21a120901071d1f690de08cd736 Mon Sep 17 00:00:00 2001 From: Olav Seyfarth Date: Tue, 9 Apr 2019 21:06:19 +0200 Subject: [PATCH 1/4] Update README.rst --- README.rst | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/README.rst b/README.rst index b8f3297ae..758a1e8dc 100644 --- a/README.rst +++ b/README.rst @@ -3,11 +3,7 @@ Nextcloud Documentation ======================= Documentation is published on ``_. - -The `documentation Wiki `_ is -available for tips, tricks, edge cases, and anyone who wants to contribute more -easily, without having to learn Git and Sphinx. - +To edit it yourself, you need to tinker a bit with Git and Sphinx. See the `Style Guide `_ for formatting and style conventions. Manuals From 9af9118cdc3ea92cf46cd638b045a084d49f2a3f Mon Sep 17 00:00:00 2001 From: Olav Seyfarth Date: Tue, 9 Apr 2019 21:10:48 +0200 Subject: [PATCH 2/4] Update source_installation.rst --- admin_manual/installation/source_installation.rst | 1 - 1 file changed, 1 deletion(-) diff --git a/admin_manual/installation/source_installation.rst b/admin_manual/installation/source_installation.rst index 545c30355..0bdffab50 100644 --- a/admin_manual/installation/source_installation.rst +++ b/admin_manual/installation/source_installation.rst @@ -665,7 +665,6 @@ Other Web servers ----------------- * :doc:`nginx` -* `Other HTTP servers (Nextcloud) `_ .. _Nextcloud VM: From 0d653803dc463c73dc86000160e5d435201d05fb Mon Sep 17 00:00:00 2001 From: Olav Seyfarth Date: Tue, 9 Apr 2019 21:32:22 +0200 Subject: [PATCH 3/4] Update code-of-conduct.rst --- developer_manual/general/code-of-conduct.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/developer_manual/general/code-of-conduct.rst b/developer_manual/general/code-of-conduct.rst index 5915196b2..a05ec18ee 100644 --- a/developer_manual/general/code-of-conduct.rst +++ b/developer_manual/general/code-of-conduct.rst @@ -28,7 +28,7 @@ Our community is made up of several groups of individuals and organizations whic * Contributors, or those who add value to the project through improving Nextcloud software and its services * Users, or those who add value to the project through their support as consumers of Nextcloud software -This Code of Conduct reflects the agreed standards of behavior for members of the Nextcloud community, in any forum, mailing list, wiki, web site, IRC channel, public meeting or private correspondence within the context of the Nextcloud team and its services. The community acts according to the standards written down in this Code of Conduct and will defend these standards for the benefit of the community. Leaders of any group, such as moderators of mailing lists, IRC channels, forums, etc., will exercise the right to suspend access to any person who persistently breaks our shared Code of Conduct. +This Code of Conduct reflects the agreed standards of behavior for members of the Nextcloud community, in any forum, mailing list, web site, IRC channel, public meeting or private correspondence within the context of the Nextcloud team and its services. The community acts according to the standards written down in this Code of Conduct and will defend these standards for the benefit of the community. Leaders of any group, such as moderators of mailing lists, IRC channels, forums, etc., will exercise the right to suspend access to any person who persistently breaks our shared Code of Conduct. Be considerate -------------- From 9a52686e8788203fcd2273f721b6427c6a8c53ae Mon Sep 17 00:00:00 2001 From: Olav Seyfarth Date: Tue, 9 Apr 2019 21:34:31 +0200 Subject: [PATCH 4/4] Update big_file_upload_configuration.rst --- .../configuration_files/big_file_upload_configuration.rst | 4 ---- 1 file changed, 4 deletions(-) diff --git a/admin_manual/configuration_files/big_file_upload_configuration.rst b/admin_manual/configuration_files/big_file_upload_configuration.rst index 03b234e72..cffabf482 100644 --- a/admin_manual/configuration_files/big_file_upload_configuration.rst +++ b/admin_manual/configuration_files/big_file_upload_configuration.rst @@ -85,10 +85,6 @@ is availabe. Setting this option to ``fastcgi_request_buffering off;`` in your n 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. -For more info how to configure nginx to raise the upload limits see also `this -`_ -wiki entry. - .. note:: Make sure that ``client_body_temp_path`` points to a partition with adequate space for your upload file size, and on the same partition as the ``upload_tmp_dir`` or ``tempdirectory`` (see below). For optimal