Files
nextcloud/Containers
copilot-swe-agent[bot] 452567ed43 fix(Apache): disable mod_reqtimeout body rate limit to allow slow uploads
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
2026-07-31 08:44:38 +00:00
..