Skip to content

Commit 344749e

Browse files
Merge pull request #11175 from nextcloud/backport/10989/stable27
[stable27] (big_file_upload_configuration) Note new Apache LimitRequestBody default
2 parents 7d2dcd4 + 07d25e7 commit 344749e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

admin_manual/configuration_files/big_file_upload_configuration.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ for how to configure those values correctly:
6565

6666
Apache
6767
^^^^^^
68-
* `LimitRequestBody <https://httpd.apache.org/docs/current/en/mod/core.html#limitrequestbody>`_
68+
* `LimitRequestBody <https://httpd.apache.org/docs/current/en/mod/core.html#limitrequestbody>`_ (In Apache HTTP Server <=2.4.53 this defaulted to unlimited, but now defaults to 1 GiB. The new default limits uploads from non-chunking clients to 1 GiB. If this is a concern in your environment, override the new default by either manually setting it to ``0`` or to a value similar to that used for your local environment's PHP ``upload_max_filesize / post_max_size / memory_limit`` parameters.)
6969
* `SSLRenegBufferSize <https://httpd.apache.org/docs/current/mod/mod_ssl.html#sslrenegbuffersize>`_
7070
* `Timeout <https://httpd.apache.org/docs/current/mod/core.html#timeout>`_
7171

0 commit comments

Comments
 (0)