-
Notifications
You must be signed in to change notification settings - Fork 2.3k
Description
Apache has changed the default value for LimitRequestBody from 0 to 1 Gigabyte last year (2.4.54 or higher, affects Debian, Ubuntu and the official Docker container). This will break uploads for non-logged in users (such as over share links).
The documentation should be updated in similar light to the Nginx documentation to help users identify issues related to this new default and noting that the default is 1 Gigabyte in newer Apache installations, instead of unlimited as in older installations.
Additionally the documentation should include an official way to update the Docker container's upload limit, as the container is set to a 1 Gigabyte limit by default and the issues related to the Apache bug have not been fixed in almost a year. Nominally this would be done by bind mounting a configuration file into the container, so an example would be handy for new Administrators attempting an install via Docker.