mirror of
https://github.com/nextcloud/all-in-one.git
synced 2026-09-18 17:27:24 +00:00
Fixes #8457 — large file uploads on slow connections were being terminated by Apache's mod_reqtimeout MinRate=500 default for request bodies. This adds an explicit RequestReadTimeout directive that disables the body rate limit (body=0) while keeping the header timeout for slowloris protection. The existing Timeout directive (set to APACHE_MAX_TIME / NEXTCLOUD_MAX_TIME) remains as the effective I/O timeout. Also ensures mod_reqtimeout is explicitly loaded in the Dockerfile. Assisted-by: GitHub Copilot:claude-sonnet-4