mirror of
https://github.com/nextcloud/documentation.git
synced 2026-01-02 17:59:36 +07:00
Merge pull request #9171 from nextcloud/enh/noid/apache-timeouts
document Apache timeout limits
This commit is contained in:
@@ -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>`_
|
||||
|
||||
Reference in New Issue
Block a user