Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/documentation.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon L <szaimen@e.mail.de>2022-09-23 14:09:58 +0300
committerGitHub <noreply@github.com>2022-09-23 14:09:58 +0300
commit165b3dfb213619f2c8a2ba316eea831f0674f9dc (patch)
treed132c4f5c48b3fa02c9cbd26583e07999644413f
parent24ab8245c5aef895138fd8a44d3dcb9729f9eb4b (diff)
parentea12c608ad17bd6030a0e2f411381c1962581a5b (diff)
Merge pull request #9177 from nextcloud/backport/9171/stable24
[stable24] document Apache timeout limits
-rw-r--r--admin_manual/configuration_files/big_file_upload_configuration.rst5
1 files changed, 5 insertions, 0 deletions
diff --git a/admin_manual/configuration_files/big_file_upload_configuration.rst b/admin_manual/configuration_files/big_file_upload_configuration.rst
index b83011844..66ab57201 100644
--- a/admin_manual/configuration_files/big_file_upload_configuration.rst
+++ b/admin_manual/configuration_files/big_file_upload_configuration.rst
@@ -65,6 +65,7 @@ Apache
^^^^^^
* `LimitRequestBody <https://httpd.apache.org/docs/current/en/mod/core.html#limitrequestbody>`_
* `SSLRenegBufferSize <https://httpd.apache.org/docs/current/mod/mod_ssl.html#sslrenegbuffersize>`_
+* `Timeout <https://httpd.apache.org/docs/current/mod/core.html#timeout>`_
Apache with mod_fcgid
^^^^^^^^^^^^^^^^^^^^^
@@ -79,6 +80,10 @@ Apache with mod_fcgid
Setting ``FcgidMaxRequestInMem`` significantly higher than normal may no longer be
necessary, once bug #51747 is fixed.
+Apache with mod_proxy_fcgi
+^^^^^^^^^^^^^^^^^^^^^^^^^^
+* `ProxyTimeout <https://httpd.apache.org/docs/current/mod/mod_proxy.html#proxytimeout>`_
+
nginx
^^^^^
* `client_max_body_size <https://nginx.org/en/docs/http/ngx_http_core_module.html#client_max_body_size>`_